|
Verfasst am: 29.06.2007 [15:52]
|
|
Accessdenied
Themenersteller
Dabei seit: 29.06.2007
Beiträge: 4
|
also ich habe das problem das das cgi nicht funktioniert kann mir jemand bitte helfen
[b]Server ist[/b:cb66458aaf] : System Linux v1192.ncsrv.de 2.6.9-023stab043.1-smp #1 SMP Mon Mar 5 16:35:19 MSK 2007 i686
[b]Server API[/b:cb66458aaf]: CGI/FastCGI
Die [b]confixx_vhost.conf [/b:cb66458aaf]:
[code:1:cb66458aaf]################### CONFIXX APACHE VHOSTS FILE ##########################
# created at Fri Jun 29 02:30:02 2007
#
# !!! Do not make any changes in this file !!!
#
# 1. We cannot guarantee that the software will work properly, if
# the contents of this file are modified.
# 2. This file would be rewritten each time the Confixx software requires
# to update Apache configuration to bring user/domain settings in effect.
#
# If you need to have some custom content in this file, you can use
# "httpd special" function in the Confixx Control Panel or create
# an empty webX.lock file and edit webX.conf by the way you want in this
# case Confixx will not touch the configuration file.
#
##########################################################################
UseCanonicalName Off
LogFormat "%V:#:%h %l %u %t "%r " %>s %b "%{Referer}i " "%{User-agent}i "" confixx
LogFormat "%h %l %u %t "%r " %>s %b "%{Referer}i " "%{User-agent}i "" confixx2
CustomLog |/root/confixx/pipelog.pl confixx
<Directory "/home/www">
<Files ~ "^ .ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options +FollowSymLinks +Includes
</Directory>
NameVirtualHost 89.110.148.140:80
<VirtualHost 89.110.148.140:80>
ServerName 89.110.148.140
DocumentRoot /home/www/confixx/html/gesperrt
Options +FollowSymLinks
suPHP_ConfigPath /etc/apache2/confixx_phpini
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm index.shtml index.cgi
</IfModule>
</VirtualHost>
NameVirtualHost 89.110.148.140:443
<VirtualHost 89.110.148.140:443>
ServerName 89.110.148.140
DocumentRoot /home/www/confixx/html/gesperrt
Options +FollowSymLinks
suPHP_ConfigPath /etc/apache2/confixx_phpini
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm index.shtml index.cgi
</IfModule>
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateKeyFile /etc/ssl.key/v1192.ncsrv.de.key
SSLCertificateFile /etc/ssl.crt/v1192.ncsrv.de.crt
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
<Files ~ " .(cgi|shtml|phtml|php3?)">
SSLOptions +StdEnvVars
</Files>
</IfModule>
</VirtualHost>
include /etc/apache2/confixx_vhosts/*.conf[/code:1:cb66458aaf]
Meine Vhost web2.conf :
[code:1:cb66458aaf]################### CONFIXX APACHE VHOSTS FILE ##########################
# created at Fri Jun 29 02:30:02 2007
#
# !!! Do not make any changes in this file !!!
#
# 1. We cannot guarantee that the software will work properly, if
# the contents of this file are modified.
# 2. This file would be rewritten each time the Confixx software requires
# to update Apache configuration to bring user/domain settings in effect.
#
# If you need to have some custom content in this file, you can use
# "httpd special" function in the Confixx Control Panel or create
# an empty webX.lock file and edit webX.conf by the way you want in this
# case Confixx will not touch the configuration file.
#
##########################################################################
<Directory "/home/www/web2/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
suPHP_engine on
</Directory>
<Directory "/home/www/web2/html/cgi-bin/">
<IfModule mod_python.c>
<Files ~ " .py">
AddHandler python-program .py
PythonHandler mod_python.cgihandler
</Files>
</IfModule>
</Directory>
<VirtualHost 89.110.148.186:80>
ServerName web2.v1192.ncsrv.de
ServerAlias www.sascha.v1192.ncsrv.de sascha.v1192.ncsrv.de sascha.maynz.com |