Tagged Questions

0
votes
3answers
51 views

Splitting https between Apache and Game Server

Hi, i want to have both an Apache and a Game Server to be reachable on port 443 of the same IP address. The game server connection is a normal TCP connection that is established …
1
vote
2answers
19 views

what is the real version for “Apache/2.0.63 (Unix)” in a HTTP response header?

Hello, I'm trying to install Apache with the version matching that of a specified server. Yet I'm stuck at finding the true version of the server given its HTTP response header: …
0
votes
1answer
17 views

Get started with QPID

Hello Could anyone share some links on how to get started using QPID? I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't kno …
5
votes
7answers
90 views

Performance-oriented way to protect files on PHP level?

I am looking for some input on something I have been thinking about for a long time. It is a very general problem, maybe there are solutions out there I haven't thought of yet. I …
1
vote
2answers
17 views

.htaccess mod_rewrite rule not working in Ubuntu

My apologies if this is an easy one. I have Googled it up the hizzy to no avail. I am running Ubuntu 9.04, Jaunty Jackelope and Apache2. After much trouble, I finally enabled mod_ …
0
votes
2answers
32 views

.htaccess Redirect non-WWW to WWW preserving URI string

I'm running the CodeIgniter platform, which uses .htaccess to accept URLs like http://www.mysite.com/controller/function/argument I currently use some .htaccess rewrites, namely …
0
votes
0answers
44 views

How to hide web server name and openssh version on linux when scanning server ports? [closed]

Hi, How to hide web server name and openssh version on linux when scanning server ports? when i nmap'ed(nmap -A -T4 192.168.40.12) ip server from the outside, the one shows: Sta …
0
votes
2answers
50 views

Server software choice for Django live/staging

For developing our Django web app, I'd like to move to an autonomous system that automatically updates the source (from VCS) of a staging copy of the app which has near identical p …
1
vote
1answer
31 views

How can I show a maintenance page when my FastCGI app is restarting?

I am serving my FastCGI application in Apache2 using the standalone FastCGI server and the FastCgiExternalServer directive. When I restart my FastCGI app my users get a 500 error. …
0
votes
1answer
28 views

.htaccess rewrite to default language folder?

I have my site broken down into several folders by language: / /en/ index.php about-us.php faq.php ... /fr/ index.php about-us.php faq.php ... …
0
votes
3answers
76 views

Why does Perl complain about “Use of uninitialized value” in my CGI script?

I am cleaning my Perl code for production release and came across a weird warning in the Apache error log. It says: [Thu Nov 5 15:19:02 2009] Clouds.pm: Use of uninitialized val …
0
votes
1answer
28 views

Mod_rewrite invisibly: works when target is a file, not when it’s a directory.

I have this rewrite rule that turns foo.com/test (or foo.com/test/) into foo.com/test.txt: RewriteRule ^test/?$ test.txt [NC,L] It works perfectly and, importantly, never reveal …
0
votes
1answer
32 views

How do I get mod_rewrite to work in my home directory?

I have my PHP files stored under FreeBSD under this directory: /home/david/public_html/code/php In my browser, I access them through this URL: http://192.168.6.7/~david/code/ph …
0
votes
1answer
12 views

How to setup .htaccess redirect for particular category blogs (wordpress)

I have URL scheme for my blog like this: http://www.example.com/%YEAR%/%MONTH%/%CATEGORY%/%POST%5FTITLE%/ Now i want to redirect a particular category blogs to a different domain. …
0
votes
1answer
26 views

.htaccess for clean URL not working

I am working with PHP and htacess for the first time. I am passing a variables in a query string to a URL and want this URL to look clean. Please help. .htaccess file RewriteEn …

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