View previous topic :: View next topic |
Author |
Message |
thecooptoo Veteran

Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Tue Feb 14, 2006 5:59 pm Post subject: apache with no internet connection |
|
|
I want to run apache on my laptop for testing/development, but without a working internet connection
Apache wont start because it waits for eth0 and then fails .
Ive tried commenting out the net line ie
Code: |
depend() {
# need net
use mysql dns logger netmount postgresql
after sshd
}
but i just get a messagew about mtimes differ
So how do i do it ?
|
_________________ join the optout - http://nhsconfidentiality.org |
|
Back to top |
|
 |
dgaffuri Advocate

Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Tue Feb 14, 2006 7:04 pm Post subject: |
|
|
Leave the script as is and try to set
Code: | RC_NET_STRICT_CHECKING="lo" |
in /etc/conf.d/rc. _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
 |
|