User:Dogi/ApacheWiki: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: == Install == * sudo yum install httpd.i386 httpd-tools.i386 * had to do it twice ... errors of fedora-logo package * vim /etc/httpd/conf/httpd.conf # change in the module prefork.c the n...)
 
Line 2: Line 2:
* sudo yum install httpd.i386 httpd-tools.i386
* sudo yum install httpd.i386 httpd-tools.i386
* had to do it twice ... errors of fedora-logo package
* had to do it twice ... errors of fedora-logo package
* vim /etc/httpd/conf/httpd.conf # change in the module prefork.c the numbers of server to: StartServers 3, MinSpareServers 2, MaxSpareServers 3
* sudo vim /etc/httpd/conf/httpd.conf # change in the module prefork.c the numbers of server to: StartServers 3, MinSpareServers 2, MaxSpareServers 3
* sudo /etc/init.d/httpd start
* sudo vim /etc/hosts # for adding home and h to localhost
* sudo ln -s .libray_pages/index.html /var/www/html
* browse to h
and then i had that broken page:
[[Image:BrokenStartPage.png|center]]

Revision as of 09:25, 12 October 2008

Install

  • sudo yum install httpd.i386 httpd-tools.i386
  • had to do it twice ... errors of fedora-logo package
  • sudo vim /etc/httpd/conf/httpd.conf # change in the module prefork.c the numbers of server to: StartServers 3, MinSpareServers 2, MaxSpareServers 3
  • sudo /etc/init.d/httpd start
  • sudo vim /etc/hosts # for adding home and h to localhost
  • sudo ln -s .libray_pages/index.html /var/www/html
  • browse to h

and then i had that broken page:

BrokenStartPage.png