| bio | website | snowgarden.ch |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 4 months |
| seen | yesterday | |
| stats | profile views | 9 |
|
Aug 29 |
revised |
ScriptAlias makes requests match too many Location blocks. What is going on? Second update: Added block quote instead of code block |
|
Aug 29 |
answered | ScriptAlias makes requests match too many Location blocks. What is going on? |
|
May 7 |
awarded | Yearling |
|
Jul 26 |
awarded | Student |
|
Jul 26 |
awarded | Scholar |
|
Jul 26 |
accepted | Recommendation for locale on server: ISO (latin) or UTF-8 |
|
Jul 25 |
asked | Recommendation for locale on server: ISO (latin) or UTF-8 |
|
Feb 15 |
comment |
PHP 5.2 to 5.3 not upgrading, no errors Can you do the following commands and post an update: grep php53 /etc/apt/sources.list and apt-cache search -f "libapache2-mod-php5" (please post the last output to link) |
|
Dec 28 |
awarded | Commentator |
|
Dec 28 |
comment |
Sending mail from PHP with exim4 Do a phpinfo() and add the php server information "sendmail" to your question. Exim will normally replace the sendmail binary with the send compartible exim binary. |
|
Sep 25 |
comment |
Apache mod_proxy vs mod_rewrite As ptman already mentioned, with mod_rewrite you can do crazy stuff like dynamic routing to a proxy. This is sometimes very handy and you can connect to a proxy-cluster with one command instead of multiple mod_proxy lines. But is more complex and sometime not easy to debug. |
|
Sep 25 |
comment |
Online mod_rewrite testing tool This can be only be set in the context of server config and virtual host. |
|
Aug 14 |
answered | Can mod-rewrite be used to set environmental variables? |
|
Aug 14 |
comment |
Can I make a simple calculation within a RewriteRule? But take care, this will gain some delay and you can only specify RewriteMap in the context of the server config and virtual host. |
|
Aug 14 |
comment |
Need to disable an Apache site for users temporarily An other neaty feature is to get only acces from a certain ip or subnet by adding ------------ RewriteCond %{REMOTE_ADDR} !^123\.255\.123\.255$ --------- before or after the first RewriteCond. |
|
Aug 14 |
comment |
Need to disable an Apache site for users temporarily To do the rewrite a few miliseconds faster, you can write ------- RewriteRule ^ example.com/offline.php [L,NC,R=301] ------- ^ means start of a string. This will always be true and will not check (.*) the regex condition until the end |
|
Aug 14 |
answered | how to replace &,?,.,= to another string and redirect this to file? |
|
Aug 14 |
comment |
Hosting for the Fastest Download Speeds Rackspace is also my recommendation |
|
Aug 14 |
comment |
Randomly getting a 500 error on my website Do you know more about the configuration of the server. Is it an Apache webserver? Is PHP integrated as an Apache Modul mod_php or over CGI, fastcgi. Is a suhosin patch installed on the PHP Version? You will get this information by creating a PHP page with phpinfo(). |
|
Aug 14 |
awarded | Supporter |