feat: implement project management UI with configuration editing and service control capabilities

This commit is contained in:
Ümit Tunç
2026-04-03 08:29:23 +03:00
parent ee4e3660f0
commit 1086a2c22a
9 changed files with 1070 additions and 321 deletions
+1 -1
View File
@@ -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>
+1 -2
View File
@@ -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>