• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Confixx Vhost Cgi/fascgi um HIlfe bitte

Status
Für weitere Antworten geschlossen.

Accessdenied

Neues Mitglied
also ich habe das problem das das cgi nicht funktioniert kann mir jemand bitte helfen

Server ist : System Linux v1192.ncsrv.de 2.6.9-023stab043.1-smp #1 SMP Mon Mar 5 16:35:19 MSK 2007 i686
Server API: CGI/FastCGI

Die confixx_vhost.conf :

Code:
################### 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

Meine Vhost web2.conf :

Code:
################### 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  \
  www.sascha.maynz.com 123friends.de www.123friends.de 
  DocumentRoot /home/www/web2/html
  SuexecUserGroup web2 web2
  ScriptAlias /cgi-bin/ /home/www/web2/html/cgi-bin/
  <IfModule mod_python.c>
    <Files ~ "\.py$">
      AddHandler python-program .py
      PythonHandler mod_python.publisher
    </Files>
  </IfModule>
  suPHP_ConfigPath /etc/apache2/confixx_phpini/web2/1
</VirtualHost>

ich danke im vorraus wenn noch was fehlen sollte bitte bescheid geben axo ich bin noch bissle ein Anfänger noob *g* wenn mir jemand also helfen könnte dann bitte so am besten step by step

danke


 
Status
Für weitere Antworten geschlossen.
Zurück
Oben