https://issues.apache.org/bugzilla/show_bug.cgi?id=51090
Summary: Apache handling as php also php.jpg files and other
Product: Apache httpd-2
Version: 2.2.3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
<Directory /var/www/username/domain>
Options +ExecCGI +Includes
</Directory>
<VirtualHost ip-address:80>
ServerName domain
DocumentRoot /var/www/username/domain/
SuexecUserGroup username username
ServerAlias www.domain
ServerAdmin webmaster@domain
ScriptAlias /php-bin/ /var/www/username/php-bin/
AddHandler php-cgi .php .php3 .php4 .php5 .phtml
</VirtualHost>
This is my virtualhost.
http://33ksl.hostace.ru/phpinfo.php.jpg also executing as php script, but it's
wrong...
in the php-bin I have one file named php and containing
#!/usr/bin/php-cgi
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]