LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fedora apache issue (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-apache-issue-175674/)

atrain 04-28-2004 05:23 PM

fedora apache issue
 
i cant seem to stat the appache serve in fedora.. i just did a fresh install....

the only apache setting i changed it i added port 1500 goes to /var/www/html2/

and how would i run the firewall yet add a port?



and ftp service crashes the service manager when i try and start it.. i dont even know how to set it up!!!




~A complete n00b / ATrain

atrain 04-28-2004 07:00 PM

also, how do i install php? is it already installed? do i need to set ip up somehow?

marghorp 04-29-2004 06:45 PM

PHP is in /etc/php.ini
it is already installed with apache

APACHE settings are in /etc/httpd/conf/httpd.conf
try starting services with
/sbin/service "service name" start or restart, like

/sbin/service httpd restart
/sbin/service vsftpd restart

VSFTPD settings are in /etc/vsftpd/vsftpd.conf

You will have to do some reading of these conf files to get you started. But they are easy to understand and quick to configure.

atrain 04-29-2004 08:10 PM

the problem i found.. fedoras appache configureing utility messed up the config.conf.. i dont know how tto fix it.. also i tried uninstaiiling and reinstalling apache, but it said some files were missing so it couldnt uninstall it :S


All times are GMT -5. The time now is 08:54 AM.