Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aaronah

    Hotlinking

    i want to prevent specific sites from loading images from my server. I had add a .htaccess file to do so: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC] RewriteRule \.(gif|jpg)$ http://www.mydaomain.com/images/goto.jpg [R,L]...
  2. aaronah

    Apache restart

    How can i restart apache from the linux command line??
  3. aaronah

    Apache Logs

    can anyone help me?? I am not used to work on log files, but this time i have to extract raw data from the apache access log for all access made froma single domain (ej: *e.com) Can anyone help me??

Part and Inventory Search

Back
Top