
5th November 2009, 16:04
|
|
Member
|
|
Join Date: Oct 2005
Posts: 82
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
problem with upgrade to 2.2.34
After what appeared to be a successful upgrade I can no longer login to the ISPConfig Web Manager. All of my sites are OK. Any suggestions greatly appreciated.
|

6th November 2009, 14:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Which distribution do you use?
Did you try to restart ISPConfig?
Code:
/etc/init.d/ispconfig_server restart
|

6th November 2009, 16:46
|
|
Member
|
|
Join Date: Oct 2005
Posts: 82
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
I am Using Debian 4.0
When trying to restart the system I received this error;
Quote:
www:~# /etc/init.d/ispconfig_server restart
Shutting down ISPConfig system...
/root/ispconfig/httpd/bin/apachectl stop: httpd (no pid file) not running
ISPConfig system stopped!
Starting ISPConfig system...
Syntax error on line 1073 of /root/ispconfig/httpd/conf/httpd.conf:
ServerName takes one argument, The hostname of the server
/root/ispconfig/httpd/bin/apachectl startssl: httpd could not be started
No results found!ISPConfig system is now up and running!
|
Brian
|

6th November 2009, 17:28
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Please post line 1073 of the file /root/ispconfig/httpd/conf/httpd.conf
|

6th November 2009, 20:46
|
|
Member
|
|
Join Date: Oct 2005
Posts: 82
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
When I open /root/ispconfig/httpd/conf/httpd.conf with vi this is what I get;
Quote:
This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://www.apache.org/docs/> for detailed information about
# the directives.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
#
# After this file is processed, the server will look for and process
# /root/ispconfig/httpd/conf/srm.conf and then /root/ispconfig/httpd/conf/access
.conf
# unless you have overridden these with ResourceConfig and/or
# AccessConfig directives here.
#
# The configuration directives are grouped into three basic sections:
/root/ispconfig/httpd/conf/httpd.conf: unmodified: line 1
|
Brian
|

7th November 2009, 20:20
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Try this:
Code:
vi +1073 /root/ispconfig/httpd/conf/httpd.conf
|

7th November 2009, 22:49
|
|
Member
|
|
Join Date: Oct 2005
Posts: 82
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
This is what I get;
Quote:
<IfDefine SSL>
##
## SSL Virtual Host Context
##
<VirtualHost _default_:81>
# General setup for the virtual host
DocumentRoot "/home/admispconfig/ispconfig/web"
ServerName
ServerAdmin root@
ErrorLog /root/ispconfig/httpd/logs/error_log
TransferLog /root/ispconfig/httpd/logs/access_log
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on
# SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.
# See the mod_ssl documentation for a complete list.
/root/ispconfig/httpd/conf/httpd.conf: unmodified: line 1073
|
|

8th November 2009, 14:49
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Quote:
ServerName
ServerAdmin root@
|
This is where the problem is. Try
Code:
ServerName localhost
ServerAdmin root@localhost
|

8th November 2009, 16:09
|
|
Member
|
|
Join Date: Oct 2005
Posts: 82
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
When I enter;
Quote:
ServerName localhost
ServerAdmin root@localhost
|
at the command line, this is what I get.
Quote:
www:~# ServerName localhost
-bash: ServerName: command not found
|
Quote:
www:~# ServerAdmin root@localhost
-bash: ServerAdmin: command not found
|
returns
This is correct
|

9th November 2009, 14:12
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
You must change the lines in /root/ispconfig/httpd/conf/httpd.conf. These are no commands for the command line.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 05:09.
|
|
Recent comments
1 day 5 hours ago
1 day 5 hours ago
1 day 10 hours ago
1 day 17 hours ago
1 day 17 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 6 hours ago
2 days 9 hours ago
2 days 11 hours ago