5
httpd.conf overly simplifiedview story

http://forums.fedoraforum.org – In F18 Beta, the configuration file for Apache (/etc/httpd/conf/httpd.conf) has been reduced from a 15 page listing to 5. Yes, I know about the changes in packaging server modules, but I'm not packaging, I'm attempting to use the server. For years, literally, I have edited httpd.conf to accomplish the following tasks (among others): Turn KeepAlive On (for php needs) Increase MaxKeepAliv (HowTos)

5
Modify DNS TXT Record in Domain Control Panel or Apacheview story

http://serverfault.com – I am trying to setup DKIM for email verification and have been asked to add a public key to my DNS. Add public key in your DNS; here is a sample resource record with selector "default": default._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIG...the_public_key_here...AQAB" I have my domain name pointing to my personal web server at my static up and it is hosted through apache. (HowTos)

5
Symbol not found: _memcached_lib_versionview story

http://serverfault.com – I'm having some troubles installing the memcached module on my XAMPP configuration. (HowTos)

5
Memcache Error? "Could not find specified socket in poll list."view story

http://serverfault.com – For some reason recently I've been getting this error in my apache error log on my server. We have a single instance of memcached running on our Mac OSX 10.7 server. (20014)Internal error: Unknown memcached error while writing: Could not find specified socket in poll list. I can't find anything about this error message online :. (HowTos)

5
Getting apache to use ldap group and filesystem group informationview story

http://serverfault.com – We have an Apache server which serves out of a particular directory, and just supplies a listing of files. From this directory, each subdirectory is owned by a certain group of users (at the filesystem level). (HowTos)

5
Apache .htaccess not workingview story

http://forums.fedoraforum.org – hello everyone, and thank you for your help. I'm new to your forum and I look forward to some good times. I am a novice at apache and am trying to protect my directories. I could use one of those management programs, but that wouldn't be any fun, right? anyway, I opted to go with .htaccess and have been reading up on it. (HowTos)

5
Managing Apache to Compensate for WebDAV's Security Maskingview story

http://serverfault.com – When a user creates a file via WebDAV, the default behavior is that the file is owned by the user and group running the Apache process, with a umask of 022. Unfortunately, this makes it impossible for unprivileged users to write to the files by other means without being a member of the group Apache runs under (which strikes me as a particularly bad idea). My current solution is to set umask 000 (HowTos)

5
What is the equivalent for 'www-data' for CentOs?view story

http://unix.stackexchange.com – CentOs doesn't recognise www-data but want to change ownership on my files folder. All my folders are owned by root at the moment. Confused as to what should be owned by apache and what she be owned by me the root user? Also when it says root root does that mean root user me and group apache root? (HowTos)

5
Unable to run java in redhat osview story

http://www.unix.com – I am unable to run java from jdk. it says "cannot execute binary file" I downloaded the jdk again freshly but the problem still persists. All files have execution permission. Both OS and JDK are 64bit. Please help me out. [XXXXX@YYYYYY bin]$ pwd /home/XXXXX/apache-tomcat-6.0.18/jdk1.5.0_14/bin [XXXXX@YYYYYY bin]$ java bash: /home/XXXXX/java1.5/bin/java: cannot execute binary file (HowTos)

5
installing mod_bw on centos 6.3 X64view story

https://www.centos.org – Hello EveryoneHow can I install mod_bw on centos 6.3 64bit apache?the latest versionplease show me the steps, i'm so newbiethanks [by nimait70] (HowTos)