Fedora 12
Sponsored Link

Install httpd2010/06/13

  This is an example to build Web Server. Install Apache for it. In addition to do it, Install PHP and mod_ssl too. And it's also neccessary to configure router so that TCP and UDP packets to 80 and 443 can pass through.
[root@www ~]#
yum -y install httpd php php-mbstring php-pear mod_ssl


# remove sample page

[root@www ~]#
rm -f /etc/httpd/conf.d/welcome.conf

# remove sample page

[root@www ~]#
rm -f /var/www/error/noindex.html

# create a link

[root@www ~]#
ln -s /usr/bin/perl /usr/local/bin/perl

Matched Content