Questions tagged [mod-alias]

Maps different parts of a host file system into the document tree and it used for URL redirection

65 questions
0
votes
0 answers

How does Apache order the evaluation of Alias and ScriptAlias?

Under mod_alias, how does Apache order Alias and ScriptAlias directives with respect to each other? The mod_alias docs say The ScriptAlias directive has the same behavior as the Alias directive, except that in addition it marks the target directory…
JonahHuron
  • 101
  • 1
  • 2
0
votes
3 answers

Redirect 301 fails with a path as destination

I'm using a large number of Redirect 301's which are suddenly failing on a new webserver. We're in pre-production tests on the new webserver, prior to migrating the sites, but some sites are failing with 500 Internal Server Error. The content, both…
Martijn Heemels
  • 7,728
  • 7
  • 40
  • 64
-1
votes
1 answer

Hosting node application on separate computer than Apache web server

I am attempting to create a virtual host to connect a computer running a node application (Computer B 12.34.56.78) to a computer running my Apache web server (Computer A 12.34.56.77). Everything I have seen so far just deals with serving a node…
-1
votes
1 answer

Apache 2.2 on linux too slow when showing 2,50,000 files from one directory

Using the web browser, I have a requirement to access a directory on a Linux server hosting around 2,00,000 files in it. I am using the 'Alias' directive in apache to achieve this requirement. Please see below - Alias /barcodes/…
mwgeek
  • 1
  • 1
-1
votes
1 answer

symlink to PHP file not handled as PHP

I have PHP5 installed on an Ubuntu 14.04 server and it works fine. I create a file called foo.php anywhere in the document tree and it gets passed to the PHP interpreter just as you'd expect. However... I don't want the .php extension to be visible…
kbro
  • 260
  • 1
  • 2
  • 12
1 2 3 4
5