ispCP - Board - Support
[HowTo] fedora 7 full install script - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [HowTo] fedora 7 full install script (/thread-1344.html)

Pages: 1 2 3 4 5


RE: [HowTo] fedora 7 full install script - wb6vpm - 10-17-2007 08:57 AM

(noob again) how would i do it from command line?


RE: [HowTo] fedora 7 full install script - wb6vpm - 10-17-2007 09:15 AM

ok, i flushed it, now it doesnt want to allow me to see the page... it just hangs...


RE: [HowTo] fedora 7 full install script - wb6vpm - 10-17-2007 09:53 AM

it comes up, it just takes FOREVER...


RE: [HowTo] fedora 7 full install script - graywolf - 10-17-2007 09:59 AM

have a look a /var/logs/messages see if there is anything in there


RE: [HowTo] fedora 7 full install script - wb6vpm - 10-18-2007 05:35 AM

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?


RE: [HowTo] fedora 7 full install script - wb6vpm - 10-18-2007 06:55 AM

ok, reran it all (fresh reinstall), now it takes me to the fedora/apache test page


RE: [HowTo] fedora 7 full install script - graywolf - 10-18-2007 06:55 AM

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


RE: [HowTo] fedora 7 full install script - graywolf - 10-18-2007 07:03 AM

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)


RE: [HowTo] fedora 7 full install script - wb6vpm - 10-18-2007 07:39 AM

its there

i am attaching my httpd.conf file


RE: [HowTo] fedora 7 full install script - graywolf - 10-18-2007 07:52 AM

did the ispcp page come up after you restarted the httpd service