Tagged Questions

0
votes
1answer
18 views

Controller pages inaccessible in new RoR project…why?

I set up a new RoR project on MAC OS Leopard, created a repository, svn added the whole Rails project, committed, checked out at my site, set up a vhost (see below), and I cannot get to a new …
3
votes
2answers
33 views

Internal Apache request to PHP script overhead

I have a PHP page that gets its content by making an HTTP request to another site on the same server, using file_get_contents. Both sites run in Apache 2 which calls PHP using suPHP (which is FastCGI, …
0
votes
0answers
19 views

Backing up my dedicated server [closed]

I'm setting up automated backups on my dedicated server to be sure I don't lose anything. I'm currently backing up the root of my server. Other than /home is there anything else I should backup? Or …
1
vote
1answer
23 views

.htaccess : allow download of Mercurial archive but only that

Hello, I was fairly happy with my Mercurial setup until now. I use it for personal projects and it is hosted on a shared server at OVH (a French hosting provider). Currently, I have a .htaccess to …
3
votes
4answers
65 views

Programmable transparent forward proxy

I'm looking for a way to script a transparent forward proxy such as the ones that users point their browsers to in proxy settings. I've discovered a distinct tradeoff in forward proxies between …
0
votes
2answers
170 views

How do you set up a cookieless domain on a WHM/Cpanel server?

What's the easiest way to set up a cookieless domain on a WHM/Cpanel server? And please don't answer "Don't set a cookie on your domain then", I want to ensure that even if something on the server …
0
votes
2answers
166 views

Android: Problem/bug with ThreadSafeClientConnManager downloading images

For my current application I collect images from different "event providers" in Spain. Bitmap bmp=null; HttpGet httpRequest = new HttpGet(strURL); long t = System.currentTimeMillis(); …
0
votes
1answer
22 views

How can I run multiple Apache 2 instances on Ubuntu?

I have two different config files (server1.conf & server2.conf). I need to use each of them to spawn an instance of apache. /etc/init.d/apache2 start does let me specify which config file apache …
0
votes
2answers
912 views

Apache/Tomcat - LDAP Authentication based on AD Group Membership

We currently have an Apache/Tomcat (5.5) application running and we're using the LDAP authentication feature (by configuring the realm) against a multi domain structure and it's working great. One …
4
votes
1answer
48 views

defer processing during apache page render

I have an apache2 / mod_perl website. On one page, I need to do some server/server communication via SOAP. The results of this communication are not required for the rendering of the page (but user …
0
votes
3answers
40 views

Content Dispostion header set in PHP not working with Firefox

I have a form button that submits the data to generic script (the same page that the form is loaded from, index.php) and if the right POST variables are submitted to that script, it returns a PDF for …
1
vote
1answer
54 views

How to catch error in Django project on apache: 10048 “Address already in use”

Python 2.5.2, Apache 2.2, Django 1.0.2 final My Django app tries to connect to a certain port. When that port is busy, I get the error 10048 "Address already in use" from apache. I know where the …
0
votes
3answers
54 views

Do ping requests put a load on a server?

I have a lot of clients (around 4000). Each client pings my server every 2 seconds. Can these ping requests put a load on the server and slow it down? How can I monitor this load? Now the server …
0
votes
1answer
62 views

How do I have mod_perl reload source files on change?

I am using mod_perl for web development. I do not want to restart mod_perl every time I modify a Perl module. I came across solution about Apache::Reload. I install this module from CPAN, modify …
0
votes
1answer
11 views

How to view error messages from ruby CGI app on remote server?

I have written a Ruby (not Rails) app which generates web pages. The script is installed on a linux web server and is called up by apache using CGI in response to HTTP requests. Pretty standard stuff. …

1 2 3 4 5 157 next
15 30 50 per page