About 293,000 results
Open links in new tab
  1. apache 2.2 - How can I log information about cookies? - Server Fault

    I would like to add cookie information to my Apache access logs ie: email, username (the cookie is created by php file, not Apache). Can I add something to log.conf file similar to: \"% …

  2. apache 2.4 - "CORS Multiple Origin Not Allowed" - using parse …

    Sep 26, 2021 · None of these tries changed anything. However removing the Access-Control-Allow-Origin option in the apache config prevents the initial request from getting through to …

  3. httpd - apache error and access logs are missing, what could be …

    A common default for the ServerRoot is /etc/httpd making /etc/httpd/logs your log directory. Most packaged Apache versions create a symbolic link from /etc/httpd/logs to /var/log/httpd. Either …

  4. ubuntu - How to let Apache access /home/*/www/? - Server Fault

    Sep 22, 2010 · 0 My apache server is currently running under user "www-data". However, this user doesn't have the permissions to access /home/username/www. What is the best way to …

  5. apache 2.2 - Apache2: How do I restrict access to a directory, but ...

    Apache2: How do I restrict access to a directory, but allow access to one file within it? Ask Question Asked 15 years, 3 months ago Modified 6 years, 11 months ago

  6. Can I delete error log files in apache. Will it cause an issue?

    If you must clear the log file, do cp /dev/null /var/log/file or echo > /var/log/file That truncates the file without closing any open file handles. Edit: Using logrotate to deal with the files is the …

  7. directory - Allow subdirectory with Apache - Server Fault

    Usually I recommend to take a look first to http error_log to see the exact problem. With default configuration you should be able to access workshop-5.4 directory: <Directory /> Options …

  8. apache 2.2 - What permissions should my website files/folders …

    Although they don't have permissions to access files directly, they can request a web page and the web server acts on their behalf. You can limit the access of anonymous users by being …

  9. Solved: Montoring apache logs using splunk - Splunk Community

    Aug 10, 2012 · But the access logs are written as eg:ccess.123.10-08-2012 ,this will be gunzipped in the same location by log rotation script.I dont want to index the gunzip logs ,just I …

  10. how to open port on apache server

    Oct 23, 2011 · For a laboratory work, I am using apache2.2 server, I need to open port 8080 and 1337 on this server, I am told that I need to open it by changing httpd.config file in C:\Program …