|
[HowTo] fedora 7 full install script
|
| Author |
Message |
wb6vpm
Junior Member

Posts: 72
Joined: Oct 2007
Reputation: 0
|
RE: [HowTo] fedora 7 full install script
(noob again) how would i do it from command line?
|
|
| 10-17-2007 08:57 AM |
|
wb6vpm
Junior Member

Posts: 72
Joined: Oct 2007
Reputation: 0
|
RE: [HowTo] fedora 7 full install script
ok, i flushed it, now it doesnt want to allow me to see the page... it just hangs...
|
|
| 10-17-2007 09:15 AM |
|
wb6vpm
Junior Member

Posts: 72
Joined: Oct 2007
Reputation: 0
|
RE: [HowTo] fedora 7 full install script
it comes up, it just takes FOREVER...
|
|
| 10-17-2007 09:53 AM |
|
graywolf
Junior Member

Posts: 43
Joined: Sep 2007
Reputation: 1
|
RE: [HowTo] fedora 7 full install script
have a look a /var/logs/messages see if there is anything in there
|
|
| 10-17-2007 09:59 AM |
|
wb6vpm
Junior Member

Posts: 72
Joined: Oct 2007
Reputation: 0
|
RE: [HowTo] fedora 7 full install script
wb6vpm Wrote:quick question about this part:
Quote:echo \*************************
echo
echo Change:
echo myhostname = \<servername\>
echo mydomain = \<domain\>
echo
read -n 1 -p 'Press any key to continue ......'
vi /etc/postfix/main.cf
the part: echo myhostname = <servername>, echo mydomain = <domain>
do i litterally type that, or is it fill in the servername etc
so, it should read:
myhostname = \www.domain.com (not including the \ had to do that to prevent the appending of http://)
mydomain = domain.com
is that correct?
(This post was last modified: 10-18-2007 05:44 AM by wb6vpm.)
|
|
| 10-18-2007 05:35 AM |
|
wb6vpm
Junior Member

Posts: 72
Joined: Oct 2007
Reputation: 0
|
RE: [HowTo] fedora 7 full install script
ok, reran it all (fresh reinstall), now it takes me to the fedora/apache test page
|
|
| 10-18-2007 06:55 AM |
|
graywolf
Junior Member

Posts: 43
Joined: Sep 2007
Reputation: 1
|
RE: [HowTo] fedora 7 full install script
tjne mydomain is correct
host name is the server name
Quote:myhostname = \www.domain.com (not including the \ had to do that to prevent the appending of http://)
it should be
myhostname = www
(This post was last modified: 10-18-2007 06:56 AM by graywolf.)
|
|
| 10-18-2007 06:55 AM |
|
graywolf
Junior Member

Posts: 43
Joined: Sep 2007
Reputation: 1
|
RE: [HowTo] fedora 7 full install script
Code:
service httpd restart
and check the conf files in /etc/httpd/conf
to make sure that the script added the line "include vhosts/*.conf" (without the quotes) to the end of the file ( this is the file with all the host setting that ispcp uses/updates)
|
|
| 10-18-2007 07:03 AM |
|
graywolf
Junior Member

Posts: 43
Joined: Sep 2007
Reputation: 1
|
RE: [HowTo] fedora 7 full install script
did the ispcp page come up after you restarted the httpd service
|
|
| 10-18-2007 07:52 AM |
|