Linux/Unix Admin Filter: What is your preferred method for monitoring bandwidth use per virtual host in Apache?
[more inside]
posted by Brian Puccio
on Sep 16, 2008 -
3 answers
Is there a simple way to use Apache's
ProxyPass directive so that everything
apart from a directory beneath the webroot gets passed on to another server? If not, can it be done another way?
[more inside]
posted by holgate
on Sep 14, 2008 -
3 answers
Apache 2 + N number of Virtual Hosts = where is the traffic coming from? (in real time!)
[more inside]
posted by xmutex
on Sep 8, 2008 -
3 answers
How do I log in as www? I am running a bunch of scripts on my webserver/svn server, but they are having some problems, so as a troubleshooting measure, I would like to log in as the user so I can test scripts and other random things.
[more inside]
posted by brent_h
on Aug 19, 2008 -
7 answers
Apache and Tomcat strangeness... a page in my app throws a 404... but only when using SSL on a single server.
[more inside]
posted by utsutsu
on Aug 1, 2008 -
6 answers
Web server question. Can I combine htaccess and session variables from other systems? (more inside)
[more inside]
posted by jpoulos
on Jul 23, 2008 -
6 answers
How do I tell firefox3 to stop checking ssl certs. I access many sites using self signed ssl certificates and up until now that was fine but now I have encounter two self signed certs that have the same serial number and firefox wont even let me add an exception. I cant even access the second site. How do i just tell firefox I don't care if a site is using a bad ssl cert.
posted by DJWeezy
on Jul 17, 2008 -
10 answers
I'm configuring some htaccess files for multiple directories and I'm having some problems incorporating groups of authorized users.
[more inside]
posted by chillmost
on Jul 11, 2008 -
2 answers
I would like to use .htaccess to pull out a specific part of a filename and display it in the "Description" column of a file directory on an apache web server.
[more inside]
posted by maxwelton
on Jul 10, 2008 -
1 answer
How do I redirect all my website's images and mp3s to another domain via .htaccess?
[more inside]
posted by frenetic
on Jun 26, 2008 -
6 answers
Apache2 security theory; mod_php versus CGI php and the use of suExec: What is the non-theoretical problem with running Apache2 with mod_php and thus without using suexec on a dedicated system?
[more inside]
posted by odinsdream
on Jun 10, 2008 -
7 answers
After working in a mostly LAMP (Linux, Apache, MySQL, PHP) environment the last few years, I need to make a quick switch to WISA (Windows, IIS, MS SQL, ASP).
[more inside]
posted by gringoese
on May 18, 2008 -
6 answers
Suggest an offline booking system, no wait... Suggest a one-click WAMP solution, no wait... Flash and flat files mebbe?
[more inside]
posted by Iteki
on May 17, 2008 -
1 answer
How do I redirect incoming website visitors to an external site by IP address?
[more inside]
posted by Oktober
on May 12, 2008 -
7 answers
I've been helping my friend setup his personal website and we have been muddling through with plenty of help from google and a little bit of luck.
But recently, I've been stumped by a persistent problem with a directory containing some files. Here's the scenario - my friend shares his RSS reading list as an OPML file. In addition, he wants to try and show how his reading list has evolved by archiving older versions of his reading list in a folder. He also wants to allow other people to browse this archive folder.
It seemed like we should be able to achieve this using .htaccess files, but unfortunately it's not working like we expected.
[more inside]
posted by your mildly obsessive average geek
on Mar 25, 2008 -
4 answers
I need to code a form to gather contact information from visitors to my website, and I'm looking for alternatives to mySQL.
[more inside]
posted by fvox13
on Feb 18, 2008 -
10 answers
Network admin / geek question:
I'm in the process of building a small cluster of servers for my quickly growing wallpaper website, but I've never charted those waters before. I found a nice article on TorrentFreak about
Mininova's server setup, and found it quite intriguing. My question is, are there any other big-ish sites like Mininova that are open about their hardware infrastructure? Googling around yielded few results. I'd be interested to see the setup for a site like Digg, MeFi, or Flickr. Thanks in advance.
[more inside]
posted by hmaugans
on Feb 16, 2008 -
5 answers
Quick Apachefilter Question:
I have complete control over my setup. What is the best way to setup Apache to serve files from /home/domain.com/subdomains/of/level/arbitrary/an/ when an.arbitrary.level.of.subdomains.domain.com is requested? I cannot figure this simple one out for the life of me!
[more inside]
posted by PuGZ
on Jan 24, 2008 -
8 answers
how do I get apache to call local python script that calls modules that are in a different place?
[more inside]
posted by brent_h
on Jan 18, 2008 -
3 answers
Why would a server start refusing http requests from itself? Curl, wget, lynx- all of them used to work, now I just get "connection refused". FTP still works, though, and it's only a problem with Apache- requests to the Lighttpd server on the same box work just fine.
posted by paul_smatatoes
on Dec 19, 2007 -
6 answers
I want to serve lots of different static HTML files out of a single compressed archive, to save disk space on the server. Is there a quick and easy solution for this?
[more inside]
posted by Galvatron
on Nov 17, 2007 -
8 answers
GrepFilter: How to pull the last 10 authusers from an Apache log file, without all the noise?
[more inside]
posted by rokusan
on Nov 4, 2007 -
10 answers
Apache web server is insisting that the page we are trying to access is missing, but we know it isn't so.
[more inside]
posted by splice
on Oct 31, 2007 -
19 answers
I have an idea for yet another hairbrained social networking website (which paradoxically might hit it big :-) ). I've coded most of it up on a linux server using apache, php, mysql at softlayer.com. The hostname is registered at godaddy (which I can change if desirable). What's the minimum I need to do the following (I'd rather work on the website application logic and learn as little as possible about mail server administration for now):
[more inside]
posted by realpseudonym
on Oct 23, 2007 -
8 answers
Apache 2, VirtualHost directives, Alias, PHP's DOCUMENT_ROOT variable - confusion!
[more inside]
posted by xmutex
on Oct 3, 2007 -
2 answers
I've got a website that does a lot of traffic. I'm using awStats. It's slow as hell because we're adding ten million hits a day to it's database. We don't want to use an external logging solution because we've found that they underreport dramatically (by 40% in the case of Google Analytics). Are there any free stats processors that will be able to process lots of records AND have better drill-down capability than awstats? I have plenty of hardware to throw a tthe problem.
posted by SpecialK
on Sep 19, 2007 -
8 answers
How do I get PHP to send an e-mail. Is there a way to do it without recompiling PHP/Apache. If not, how do I recompile PHP/Apache on a linux system to do this?
[more inside]
posted by kaozity
on Aug 7, 2007 -
11 answers
I am attempting to configure caching on an Apache server. I have it right for the most part, but.....I would like to prevent browsers from even checking the server once files like images are in the browser cache until an expiry date is exceeded.
[more inside]
posted by jasondigitized
on Jul 18, 2007 -
2 answers
What are the best database-driven Web application development frameworks out there right now? More specifically, please orient me to toolsets you know of that are similar to Ruby on Rails.
[more inside]
posted by killdevil
on Jul 6, 2007 -
17 answers
My virtual server has been hijacked - I'm getting around 1000 bounced message notifications an hour. My sys admins seem fairly useless and likely will not get back to me anytime soon... is there anything I can do to stop the spam going out over my network? It's the usual apache/linux setup. thanks.
posted by magwich
on May 21, 2007 -
9 answers
CracketyCrack? Is our Linux server compromised? (Strange high-load Perl processes spawned by apache.)
[more inside]
posted by stungeye
on May 15, 2007 -
17 answers
I have a laptop I’d like to use as a development server / file server. I’d like to install Ubuntu, Apache (if it’s not already in the Ubuntu distro, I haven’t checked) and CVS. I need your help.
[more inside]
posted by miniape
on Apr 10, 2007 -
13 answers
How can I go about rectifying the discrepancy between AWStats/Analog/Apache log tools and MRTG graphs?
[more inside]
posted by PuGZ
on Apr 5, 2007 -
7 answers
I asked an earlier question about using Apache to redirect a request to a Tomcat server running Jython. With your help I've gotten that running, but now I have a new problem. I need the hostname of the computer making the request to be available to the Jython scripts that are running, but the mod_rewrite changes REMOTE_ADDR to be name of the Apache server, not the hostname of the user. Is there some other way I can get this information?
posted by emptybowl
on Mar 29, 2007 -
1 answer
I tried to install Apache on my new Windows Vista laptop, and it ain't working. When I try to start up Apache, I get a command prompt window that says "No installed service named Apache".
[more inside]
posted by teaperson
on Mar 28, 2007 -
4 answers
Apache Filter: Why are my downloads so slow from my web server running Apache?
[more inside]
posted by mjger
on Mar 22, 2007 -
9 answers
I can't seem to find the rpm for Apache 2.2.4 x86_64 for RedHat 4 and/or CentOS 4.4... does anyone know where it is or if it even exists? Gracias.
posted by hummercash
on Mar 20, 2007 -
8 answers