The httpd tag has no wiki summary.
3
votes
1answer
211 views
Httpd : no space left on device
I am using Fedora 17 and over the last few days I am having an issue with my system. Whenever I try to start httpd it shows me:
Error: No space left on device
When I execute systemctl status ...
2
votes
0answers
34 views
SSL Configurations for Intermediate certificate
I had implement a mutual certificate authentication and it worked successfully for following steps :
create root ca (self-signed)
create server certificate and sign it with ca private key
create ...
1
vote
3answers
40 views
Virtual Interface Not Showing up in ifconfig?
I am trying to create a virtual interface for the purpose of NameBased Virtual Hosting on my CentOS linux box; please find below is the devices' information:-
DEVICE=eth0
BOOTPROTO=dhcp
...
1
vote
0answers
81 views
Debian - Apache 2.2 & mod_php - memory usage
I have a memory problem with my servers (Debian 6.0) where is installed Apache httpd 2.2, mod_php and APC.
Actually it seems that httpd allocate all available memory (4GB) when is waiting too much ...
1
vote
0answers
54 views
403 Forbidden on Sub-Folders
I am a Linux newbie and decided to do a LAMP install to start getting more familiar with it (as our company is moving more towards nix these days). Everything went great and PHPMyAdmin, MySQL, ...
0
votes
1answer
101 views
Server returning 'Not Found' for “www.host.com” but not “host.com”
My server is returning the correct paths for all of my domains as long as they are not prefixed with www. The following is one of my domains in it's simplest form:
<VirtualHost *:80>
...
0
votes
0answers
23 views
Why does my Mountain Lion computer have Apache 2.2.22 shut down almost as soon as it starts?
[Sun Apr 21 17:29:00 2013] [notice] caught SIGTERM, shutting down
[Sun Apr 21 17:30:15 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
httpd: Could not reliably determine ...
0
votes
1answer
79 views
How should I configure /etc/host.allow on OpenBSD to only allow given IP's?
I have an OpenBSD 5.1 box that is running a static html based website.
I have a list of IP addresses that I want to allow, ex.:
...
78.128.49.0/24
78.128.50.0/24
...
It's a ~10 KByte. ~10 000 ...