[QUOTE=RomaSvcs;202577]
Quote:
Originally Posted by till
run:
apache2 -t
Do not work. But I tryed httpd -t and answered Syntax OK
Did you made any custom modifications to the prior installation like making port 8080 available via ssl? yes it was available via ssl.
It was not conecting via ssl but I just enabled the ssl connection to the port 8080 but still is showing the Web-Server: offline after restart.
Though I have a Question can I Update the version backwards (using previous versions) to test if it start working again? and if Yes, is the procedure the same as a regular update?
Thanks
|
Hi Till
I don't know if this info will be usefull but in case some body else come up with the same problem at least will not spend so many days trying to solve it. so the issue with the:
Web-Server: offline using this beta 2 version was solved....
by reinstalling the ISPConfig-3-stable.tar.gz and after rebooting I had the same issue
Web-Server: Offline
FTP-Server: Online
SMTP-Server: Offline
POP3-Server: Online
IMAP-Server: Online
myDNS-Server: Online
mySQL-Server: Online
Changed
system/edit server ip/ add new ip address
from 192.168.0.100
to 127.0.0.1
save it
/etc/init.d/httpd restart
Then I got:
Web-Server: Online
Changed back
system/edit server ip/ add new ip address
from 127.0.0.1
to 192.168.0.100
save it
/etc/init.d/httpd restart
and is OK!!! even works after rebooting!
Now the Question is ... Is this a BUG???
After Rebooting:
Web-Server: Online
FTP-Server: Online
SMTP-Server: Online
POP3-Server: Online
IMAP-Server: Online
myDNS-Server: Online
mySQL-Server: Online
#But THERE IS 2 *:8080 VServers one at http.conf and the other @ ispconfig.vhost so did this to get ride of one and reboot and still OK!!
NameVirtualHost *:80
NameVirtualHost *:443
Include /etc/httpd/conf/sites-enabled/
<VirtualHost _default_:80>
</VirtualHost>
<VirtualHost 192.168.0.100:443>
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
<VirtualHost 192.168.0.100:80>
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
<VirtualHost *:443>
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
#<VirtualHost *:8080>
#DocumentRoot /usr/local/ispconfig/interface/web/
#SSLEngine on
#SSLCertificateFile /etc/pki/server1/ssl.crt/server1.crt
#SSLCertificateKeyFile /etc/pki/server1/ssl.privkey/server1.key
#</VirtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot "/var/www"
<Directory "/var/www">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
#--------------This section moved from /etc/httpd/conf/sites-available/ispconfig.vhost
to /etc/httpd/conf/http.conf
Listen 8080
Listen 127.0.0.1:80
NameVirtualHost *:8080
<VirtualHost _default_:8080>
ServerAdmin webmaster@localhost
<IfModule mod_fcgid.c>
DocumentRoot /var/www/ispconfig/
SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig/>
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_php5.c>
DocumentRoot /usr/local/ispconfig/interface/web/
AddType application/x-httpd-php .php
<Directory /usr/local/ispconfig/interface/web>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
php_value magic_quotes_gpc 0
</Directory>
</IfModule>
# ErrorLog /var/log/apache2/error.log
# CustomLog /var/log/apache2/access.log combined
ServerSignature Off
</VirtualHost>
#----------------------------
Hoppe this info will help some body!!
Thanks Carlos Barrera
Recent comments
13 hours 50 min ago
14 hours 50 min ago
18 hours 37 min ago
19 hours 51 min ago
23 hours 27 min ago
1 day 6 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 8 hours ago
2 days 10 hours ago