Anonymous | Login | 2024-12-21 23:51 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0019201 | ClearOS | app-web-server - Web Server | public | 2018-02-21 02:46 | 2021-01-18 04:24 | ||||
Reporter | NickH | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | suspended | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.4.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0019201: CGI option points to flexshares and not /var/www/virtual | ||||||||
Description | If you enable CGI in the Webconfig the flex-80 file points the ScriptAlias to settings to the flexshare location rather than the location under /var/www/virtual. Although they are synonymous (when the bind mounts work) it is inconsistent. Example from flex-80: ScriptAlias /flexshare/www.example.com/cgi-bin/ /var/flexshare/shares/www.example.com/cgi-bin/ <VirtualHost *:80> ServerName www.example.com DocumentRoot /var/www/virtual/www.example.com ScriptAlias /cgi-bin/ /var/flexshare/shares/www.example.com/cgi-bin/ ErrorLog /var/log/httpd/www.example.com_error_log CustomLog /var/log/httpd/www.example.com_access_log combined </VirtualHost> <Directory /var/www/virtual/www.example.com/cgi-bin> Options +ExecCGI Require all granted </Directory> The Directory line is as I would have expected, the two ScriptAlias lines are not as they point to the flexshare version of the file location, /var/flexshare/shares/www.example.com/cgi-bin/ instead of /var/www/virtual/www.example.com/cgi-bin | ||||||||
Steps To Reproduce | Enable the CGI option for your web site | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0015171) NickH (developer) 2021-01-18 04:24 |
Migrated to https://gitlab.com/clearos/clearfoundation/app-web-server/-/issues/1 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2018-02-21 02:47 | NickH | New Issue | |
2018-02-21 09:26 | user2 | Status | new => acknowledged |
2018-12-17 02:24 | NickH | Relationship added | related to 0022561 |
2021-01-18 04:24 | NickH | Note Added: 0015171 | |
2021-01-18 04:24 | NickH | Status | acknowledged => closed |
2021-01-18 04:24 | NickH | Resolution | open => suspended |