Das ist die entsprechende Passage aus der Datei. Da ich ISPControl verwende ist das natürlich etwas anders, als bei ISPCP... Aber das ist ja kein Problem...# httpd [domain.de] dmn group entry BEGIN.
<IfModule mod_cband.c>
<CBandUser domain.de>
# CBandUserLimit 0Mi
# CBandUserScoreboard /var/www/scoreboards/domain.de
# CBandUserPeriod 4W
# CBandUserPeriodSlice 1W
# CBandUserExceededURL http://admin.hauptdomain.de/errors/bw_exceeded.html
</CBandUser>
</IfModule>
# httpd [{SUB_NAME}] sub entry BEGIN.
# httpd [{SUB_NAME}] sub entry END.
# httpd [domain.de] dmn entry BEGIN.
<VirtualHost 123.123.123.123:80>
<IfModule suexec_module>
SuexecUserGroup vu2113 vu2113
</IfModule>
ServerAdmin webmaster@domain.de
DocumentRoot /var/www/virtual/domain.de/htdocs
ServerName domain.de
ServerAlias www.domain.de domain.de *.domain.de
ErrorLog /var/log/apache2/users/domain.de-error.log
TransferLog /var/log/apache2/users/domain.de-access.log
CustomLog /var/log/apache2/domain.de-traf.log traff
CustomLog /var/log/apache2/domain.de-combined.log combined
Alias /errors /var/www/virtual/domain.de/errors/
RedirectMatch permanent ^/ftp([\/]?) http://admin.hauptdomain.de/ftp/
RedirectMatch permanent ^/pma([\/]?) http://admin.hauptdomain.de/pma/
RedirectMatch permanent ^/webmail([\/]?) http://admin.hauptdomain.de/webmail/
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html
<IfModule mod_cband.c>
CBandUser domain.de
</IfModule>
# httpd awstats support BEGIN.
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /stats http://localhost/stats/domain.de
ProxyPassReverse /stats http://localhost/stats/domain.de
# httpd awstats support END.
# httpd dmn entry cgi support BEGIN.
# httpd dmn entry cgi support END.
# httpd dmn entry PHP2 support BEGIN.
<IfModule mod_php4.c>
php_admin_value open_basedir "/var/www/virtual/domain.de/:/var/www/virtual/domain.de/phptmp/:/usr/share/php/"
php_admin_value upload_tmp_dir "/var/www/virtual/domain.de/phptmp/"
php_admin_value session.save_path "/var/www/virtual/domain.de/phptmp/"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2113 -t -i'
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/var/www/virtual/domain.de/:/var/www/virtual/domain.de/phptmp/:/usr/share/php/"
php_admin_value upload_tmp_dir "/var/www/virtual/domain.de/phptmp/"
php_admin_value session.save_path "/var/www/virtual/domain.de/phptmp/"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2113 -t -i'
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/domain.de/
ScriptAlias /php5/ /var/www/fcgi/domain.de/
<Directory "/var/www/fcgi/domain.de">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
# httpd dmn entry PHP2 support END.
<Directory /var/www/virtual/domain.de/htdocs>
# httpd dmn entry PHP support BEGIN.
# httpd dmn entry PHP support END.
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
SetHandler mono
DirectoryIndex index.aspx index.html
</Directory>
Include /etc/apache2/ispcp/domain.de.conf
</VirtualHost>
# httpd [domain.de] dmn entry END.
# httpd [domain.de] dmn group entry END.
Nicht unbedingt. Jede Verwaltungsoberfläche bringt bestimte Voreinstellungen etc. mit und es gibt viele Arten einen Apache zu konfigurieren. Es ist also gut möglich, dass man für Dieses Controlpanel etwas anderes beachten muss als z.B. für ISPConfig.Aber eigentlich dürfte das doch relativ egal sein, mit welcher Verwaltungsoberfläche man das macht...
(natürlich mit geänderten Pfaden...)MonoApplications default '/:/srv/www/web10/web'
MonoDocumentRootDir '/srv/www/web10/web'
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
Leider weiß ich net genau, was dieser Fehler sagt und was ich damit machen muss...System.TypeInitializationException: An exception was thrown by the type initializer for Mono.WebServer.ModMonoWorkerRequest
Server stack trace:
at <0x00000> <unknown method>
at Mono.WebServer.ModMonoApplicationHost.ProcessRequest (Int32 reqId, System.String verb, System.String queryString, System.String path, System.String protocol, System.String localA$
at (wrapper remoting-invoke-with-check) Mono.WebServer.ModMonoApplicationHostrocessRequest (int,string,string,string,string,string,int,string,int,string,string[],string[])
at (wrapper xdomain-dispatch) Mono.WebServer.ModMonoApplicationHostrocessRequest (object,byte[]&,byte[]&,int,string,string,string,string,string,int,string,int,string,string[],stri$
Exception rethrown at [0]:
---> System.Configuration.ConfigurationException: Unrecognized attribute. (/var/www/web1620/web/web.config line 14)
at System.Configuration.ConfigurationData.ThrowException (System.String text, System.Xml.XmlTextReader reader) [0x00000]
at System.Configuration.ConfigurationData.ReadSectionGroup (System.Xml.XmlTextReader reader, System.String configSection) [0x00000]
at System.Configuration.ConfigurationData.ReadSections (System.Xml.XmlTextReader reader, System.String configSection) [0x00000]
at System.Configuration.ConfigurationData.ReadConfigFile (System.Xml.XmlTextReader reader) [0x00000]
at System.Configuration.ConfigurationData.Load (System.String fileName) [0x00000] --- End of inner exception stack trace ---
at (wrapper xdomain-invoke) Mono.WebServer.ModMonoApplicationHostrocessRequest (int,string,string,string,string,string,int,string,int,string,string[],string[])
at (wrapper remoting-invoke-with-check) Mono.WebServer.ModMonoApplicationHostrocessRequest (int,string,string,string,string,string,int,string,int,string,string[],string[])
at Mono.WebServer.ModMonoWorker.InnerRun (System.Object state) [0x00000]
at Mono.WebServer.ModMonoWorker.Run (System.Object state) [0x00000]