feat: implement project management UI with configuration editing and service control capabilities
This commit is contained in:
@@ -17,7 +17,7 @@ Alias /{{HOST}} "{{PATH}}"
|
||||
# Directory index handling
|
||||
DirectoryIndex index.php index.html
|
||||
|
||||
# PHP Handling via mod_actions and CGI
|
||||
# PHP Handling via mod_actions and CGI (EN STABİL YÖNTEM)
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler application/x-httpd-php-alias-{{HOST}}
|
||||
</FilesMatch>
|
||||
|
||||
@@ -15,13 +15,12 @@ Alias /{{HOST}} "{{PATH}}"
|
||||
# Directory index handling
|
||||
DirectoryIndex index.php index.html
|
||||
|
||||
# PHP Handling via mod_actions and CGI
|
||||
# PHP Handling via mod_actions and CGI (EN STABİL YÖNTEM)
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler application/x-httpd-php-alias-{{HOST}}
|
||||
</FilesMatch>
|
||||
|
||||
# Action maps the handler to the binary via the ScriptAlias URL
|
||||
# We use a unique handler name to avoid conflict with VirtualHost config
|
||||
Action application/x-httpd-php-alias-{{HOST}} "{{PHP_BIN_URL}}/php-cgi.exe"
|
||||
</Directory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user