Apache RewriteRule Convert To Lighttpd

Dec 31, 2007

at Lighttpd, and after trying for 2 hours to convert/rewrite apache's rewriterule into Lighttpd format, I became extremely confused.

Here's what I have in apache's rewriterule:

Code:
RewriteCond %{IS_SUBREQ} ^false [NC]
RewriteCond %{HTTP:Authorization} ^basic [NC]
RewriteCond /root/to/a/folder/%{REMOTE_USER} -f
RewriteRule (.*) http://www.domain.com/your_username_is_blocked.html

View 1 Replies


ADVERTISEMENT

Apache :: RewriteRule Webroot To File-system Path

Dec 12, 2013

Two projects:

proj: site.loc
proj2.0: newsite.loc

They are located in different places on the file system. And i need to redirect from one project to another internally, so url for site.loc is preserved.

E.g. requesting site.loc/hey/there i need apache to serve files form proj2.0.

First, i know that on the .htaccess level we cannot use RewriteRule to file-system path (for security reasons).

Okay, an Alias is a workaround. Say I add an Alias to virtual host as following:

Code: Alias /newsite /some/path/to/proj2.0

Then if i'll add the rule to proj's .htaccess:

Code: RewriteRule ^hey/there /newsite

This will work.

But, the webroot does not work:

Code: RewriteRule ^$ /newsite

Is it i'm doing something wrong or there is some quirk about the webroot?

View 6 Replies View Related

Convert Apache To Nginx

Apr 13, 2015

I am wondering if there is an easy way to convert apache to nginx on my Plesk 12 server. Ideally, I would like to save all my hosts without having to re set them all up. I have been searching online, but haven't found a simple way to do so.

View 1 Replies View Related

Convert Apache Rewrite Rules To Nginx

Nov 24, 2012

How to convert apache rewrite rule to nginx:

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^naujienos+ news.php/$1 [L]
RewriteRule ^naujienos/p(.*)$ /news.php?pg=$1 [nc]
RewriteRule ^naujienos/?$ /news.php [nc]
RewriteRule ^naujienos?$ /news.php [nc]

View 5 Replies View Related

Apache :: How To Convert DER Certificate To PEM Format To Start The Server

May 2, 2014

I'm facing problem with latest Apache 2.4.9. Previously we used Apache 2.4.7 ​version which supports DER SSL certificates. But Latest Apache(2.4.9) is not working with DER SSL certificates. I have to convert DER certificate to PEM format to start the Apache server. Am i missing anything ? Is DER certificate not supported in Apache 2.4.9 ?

View 6 Replies View Related

Apache And Lighttpd, Both Use Same Php.ini

Jun 3, 2009

my php.ini had some changes (/etc/php.ini). Today i have switch from apache to lighttpd, do i need to edit another php.ini file ? Apache and lighttpd use the same php.ini ( /etc/php.ini)?

View 5 Replies View Related

Apache Vs Lighttpd

Aug 9, 2009

Until recently, it seemed like everything I read about a server indicated that Apache was king. I have never read anything that has given me any reason not to use Apache.

However, about a year ago when I discovered Django, I discovered Lighttpd. From everything I've been able to read, Lighttpd seems to be a better web server, but still don't know very much at all about Lighttpd.

I'm fairly comfortable with Apache, although I've never cared much for it. I have a feeling that I'll like Lighttpd quite a bit more from the very little that I do know about it. I'm wondering if I should even consider switching.

For one, it seems that everyone knows how to work with Apache and Lighttpd seems to be far less common. Apache also seems to be much more established which leads me to believe that it's a safer choice. Nonetheless, I still really want to give Lighttpd a shot. And, judging from what I've seen about Django and Lighttpd, Lighttpd seems to be a better choice when working with Django.

What do you think? Should I stick with Apache since I already know how to use it? Is Lighttpd worth the time to learn or is Apache just too good?

View 2 Replies View Related

Apache Or Lighttpd

Jun 5, 2009

I wanted to know what do you prefer as server apache or lighttpd , though I am running lighttpd and have no issue except that there is too much work for mod rewrite and it effects search engine, so I was thinking to use apache instaed of it will it be possible to install apache over lighttpd or will I have to go for fresh install.

View 14 Replies View Related

Lighttpd Or Apache

Aug 6, 2007

For a year now I've been running my server with Lighttpd. It's worked out well so far, but now that I have a new box I'm reconsidering.

Lighttpd does not support .htaccess files which is a bit of a pain, and doesn't have the same support by apps like Apache does. Given that I get very little traffic to my box (it sits idle most of the time) I am considering Apache.

How is security between Apache and Lighttpd? I know Apache has things like mod_security and mod_evasive, but I've never really checked how Lighttpd compared.

View 12 Replies View Related

Apache And Lighttpd Together

Dec 23, 2007

Is it possible to do this scenario:

[url]

[url]

So basically anything that comes out of "upload" directory will be served by apache and both on port 80 from the end-users point of view.

View 3 Replies View Related

Apache 2.2.x Vs Lighttpd

Jan 7, 2007

which web server you recommend for a vb forum? apache 2.2.x or lighttpd?

performance and resource usage....

View 1 Replies View Related

Switch From Apache To Lighttpd

May 14, 2009

i want to Migrate from apache to lighttpd and i found out hypervm can do it, just click Update. But i'm noob here and i need help.

- Does i need to check something to make sure Migrating from apache to highttpd without problem?

- Can i switch back later ( withou problem )?

View 4 Replies View Related

Lighttpd / Apache - Restarting The Server

May 30, 2009

We've been thinking about writing our own hosting control panel for our own
"tight" hosting setup, so that can alter the panel just to our needs without relying on updates from anybody else.

To read new configurations in Lighttpd or Apache, as far as I know, requires the software to be restarted (for example service apache restart). Are there any negative effects of this, I'm assuming that whilst being restarted there is a small amount of time during which the software is "down" and websites can't be accessed during that period (probably <1 second). Am I correct?

What is the best way to reload configurations into these http servers without service interruption? I notice that DirectAdmin seems to just restart Apache on any function that alters the configuration file - for example adding a new user.

View 4 Replies View Related

Lighttpd And Apache Configuration For A Subdomain

Jul 2, 2008

I was recently inroduced to lighttpd being able to run on apache with a different port. So I setup my lighttpd that way.

lighttpd.conf

Code:
server.modules = (
"mod_access",
"mod_fastcgi",
"mod_cgi",
"mod_accesslog" )

server.document-root = "/var/www/vhosts/domain.com/httpdocs/lighttpd/"

server.errorlog = "/var/log/lighttpd/error.log"

index-file.names = ( "index.php", "index.html",
"index.htm", "default.htm" )
and my httpd.conf

Code:
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /lighttpd http://0.0.0.0:81/
ProxyPassReverse / http://0.0.0.0:81/
Now when I created a folder on my server's httpdocs /lighttpd/

everything runs smooth so I got the lighty to work for me.

Okay now that i figure it works I wanted to run one of my subdomain on lighty so that I can reduce the load on the server. Does anyone know how I can setup one of my subdomain to open with lighttpd and keep everything else on apache?

View 1 Replies View Related

Lighttpd - 95% Cpu Usage. Apache - All Ram Used, Swap Comes In

Oct 9, 2007

I've hired *name* to take care of my server, but it's just getting so frustrating, as it seems they can't fix my server/optimize it correctly.

I just want some input as to what the problem is here.

I got them to install lighttpd along with xcache.

After about 15-18 hours, the server's CPU slowly increases to be using 90-90%, giving me the 500 Internal Server Error.

I've asked them to optimize xcache and lighttpd, but I keep getting these responses:

Quote:

The should be pretty optimized. Xcache has limited optimization features.

Quote:

Lighttpd itself is pretty optimized, the problem is php. Php runs as its own binary and theres not many parameters that can be tweaked.

Is that even correct?

-------------------------

So I got them to enable apache, and disable lighttpd.

This time, it's the other way around.

My ram get's completely used up, forcing the server to use Swap; making the load shoot to 50+. CPU usage is fine the entire way.

-------------------------

This has been going back and forth, enabling/disabling lighttpd and re-enabling apache but a problem always comes up each time.

Am I asking for too much?

Server specs;
Intel C2D E6400
4GB Ram

There is only one IPB board on this server - nothing else.

Average users is 70-200 users within 15 minutes.

This is what I'm getting when lighttpd is on:

Code:
top - 22:56:02 up 18:46, 1 user, load average: 23.38, 22.84, 22.44
Tasks: 117 total, 17 running, 100 sleeping, 0 stopped, 0 zombie
Cpu(s): 95.0%us, 4.3%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.2%hi, 0.5%si, 0.0%st
Mem: 4147196k total, 1346888k used, 2800308k free, 203144k buffers
Swap: 2907756k total, 0k used, 2907756k free, 712584k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2401 mysql 15 0 318m 107m 3868 S 44 2.6 49:02.02 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib
3279 root 15 0 27712 15m 2900 S 12 0.4 10:33.81 /usr/local/lighttpd/bin/php-cgi
3272 root 16 0 29752 16m 2908 R 11 0.4 10:15.94 /usr/local/lighttpd/bin/php-cgi
3266 root 15 0 27536 14m 2920 S 11 0.4 10:40.14 /usr/local/lighttpd/bin/php-cgi
3270 root 16 0 27624 14m 2908 R 11 0.4 10:36.71 /usr/local/lighttpd/bin/php-cgi
3267 root 16 0 27796 14m 2972 R 10 0.4 10:35.22 /usr/local/lighttpd/bin/php-cgi
3268 root 15 0 28148 15m 3112 S 10 0.4 10:49.86 /usr/local/lighttpd/bin/php-cgi
3276 root 16 0 27696 15m 2900 R 10 0.4 10:29.73 /usr/local/lighttpd/bin/php-cgi
3269 root 16 0 28312 15m 2916 R 10 0.4 10:23.57 /usr/local/lighttpd/bin/php-cgi
3274 root 16 0 27924 15m 2912 R 10 0.4 10:44.51 /usr/local/lighttpd/bin/php-cgi
3275 root 16 0 29368 16m 2928 R 9 0.4 10:41.84 /usr/local/lighttpd/bin/php-cgi
3278 root 15 0 29432 16m 2876 S 9 0.4 10:28.52 /usr/local/lighttpd/bin/php-cgi
3271 root 16 0 26784 14m 2900 R 9 0.3 10:41.61 /usr/local/lighttpd/bin/php-cgi
3277 root 16 0 27156 14m 2928 R 9 0.4 10:31.07 /usr/local/lighttpd/bin/php-cgi
3265 root 15 0 28408 15m 2880 S 8 0.4 10:46.89 /usr/local/lighttpd/bin/php-cgi
3280 root 16 0 27036 14m 2880 R 8 0.3 10:43.20 /usr/local/lighttpd/bin/php-cgi
3273 root 15 0 24676 12m 2952 R 8 0.3 10:43.57 /usr/local/lighttpd/bin/php-cgi
3262 root 15 0 13356 11m 632 R 3 0.3 3:04.27 /usr/local/lighttpd/sbin/lighttpd -f /etc/lighttpd.conf
1 root 15 0 2032 648 552 S 0 0.0 0:00.36 init [3]
2 root RT 0 0 0 0 S 0 0.0 0:00.00 [migration/0]
3 root 34 19 0 0 0 R 0 0.0 0:00.00 [ksoftirqd/0]
4 root RT 0 0 0 0 S 0 0.0 0:00.00 [watchdog/0]
5 root RT 0 0 0 0 S 0 0.0 0:00.00 [migration/1]
6 root 34 19 0 0 0 S 0 0.0 0:00.00 [ksoftirqd/1]
7 root RT 0 0 0 0 S 0 0.0 0:00.00 [watchdog/1]
8 root 10 -5 0 0 0 S 0 0.0 0:00.00 [events/0]
9 root 10 -5 0 0 0 S 0 0.0 0:00.00 [events/1]
10 root 10 -5 0 0 0 S 0 0.0 0:00.00 [khelper]
11 root 11 -5 0 0 0 S 0 0.0 0:00.00 [kthread]
15 root 10 -5 0 0 0 S 0 0.0 0:00.00 [kblockd/0]
16 root 10 -5 0 0 0 S 0 0.0 0:00.00 [kblockd/1]

View 14 Replies View Related

Lighttpd And Apache With Cpanel Or Directadmin

Jun 21, 2007

Has anyone done this or currently running this setup? to try it with my directadmin server first but havent found very good documentation or howtos. Ive looked the last week or so and havent really found anything helpful. So if anyone is running such a setup Id like to know how you did it and how much better if any it is.

View 0 Replies View Related

Running Lighttpd Along Side Apache

Apr 19, 2007

How do I configure Lighttpd to serve images/javascript/css files that are littered about my websites? Can I just input the paths of all the directories that I want Lighttpd to serve from?

For example, I have 4 separate websites with each having a message board, main page etc... Could I have lighty serve the files from:

/var/www/html/site1/images
/var/www/html/site2/images
/var/www/html/site3/images
/var/www/html/site4/images
/var/www/html/site1/javascript
etc....

and have Apache serve the files from all the other directories?

View 8 Replies View Related

Htaccess RewriteRule

Mar 17, 2007

I am setting a new site, right now using:

Code:
RewriteRule ^([0-9]+)-(.*)$ /dir1/file.php?x=$1&y=$2 [QSA,L]
So the address [url]is in access as [url]

Is it possible to somehow remove "-" in rewrite code, as the first variable is always 4 digits?

View 4 Replies View Related

RewriteRule: Remove Www From All Url

Apr 19, 2007

on my server I'm trying to remove 'www' from all subdomain urls.

For example:
[url]-> should be -> [url]
[url]-> [url]...

what rewrite rules to use?

I suppose I've to put this rule in httpd.conf and apply it at Server level.

I'm using this

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.([^.]+).example.com
RewriteRule (.*) [url]

where %1 is one subdomain.
The problem is I want this to work on ALL Subdomains.

What rewrite rule should I use?

View 8 Replies View Related

How To Set Lighttpd Proxy To Let Apache Run Cgi/perl Scripts?

Oct 24, 2008

I'm running both Apache (on port 81) and Lighttpd (port 80) on my VPS. I would like to have Apache run CGI/Perl scripts only for virtual hosts in the Lighttpd.conf. My Lighttpd.conf already has fastCGI enabled though.

View 3 Replies View Related

Serving Domain Through Apache And Lighttpd At Same Time

Jan 11, 2008

There are 2 different domains with the same IP being served by Apache. I want one of the domains to be served by lighttpd, is it possible without having to change the IP of that domain?

View 11 Replies View Related

RewriteRule Slows Down Whole Site

Dec 13, 2007

I came up with a rule that gives translates the following:

www.example.com/home/HomeSubPage/
to
www.example.com/index.php?var=home/HomeSubPage/

Now, this works - if I echo out the var GET variable, I get
home/HomeSubPage/

But when I was just testing on a simple file it worked fine for about 90% of the time, and the other 10% it got stuck and kept firefox in loading mode ( i had to restart apache to get to run again)

But it really really slows down the web site I am applying this to 100% of the time. The html isnt rendered in the browser, but if I hit view source, it shows me all the source...and its still says its loading. I have to wait about 2 minutes before the html is rendered.

In the code below, I commented out the second last line, that will translate

www.example.com/home.html
to
www.example.com/index.php?var=home

now THAT works flawlessly 100% of the time, so that confirms that the problem is probably in my RewriteRule and not the web site.

I have the following in my .htaccess file:

Code:
Options
RewriteEngine on

RewriteCond %{REQUEST_URI} !-d
RewriteCond %{REQUEST_URI} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

#RewriteRule ^([-a-zA-Z0-9/]+).html$ index.php?var=$1 [L]
RewriteRule ^((([-a-zA-Z0-9]+)/?)+)/?$ /index.php?var=$1 [L]

View 4 Replies View Related

How To Setup Linux Proxy Server Apache+lighttpd

Apr 24, 2007

somebody know is possible on some way route traffic before come to web server (apache or lighttpd)?

I want to setup lighttpd on port 80 and apache on port 81 and I want visitors to go direct to apache or lighttpd without url:81 and that must work on this way if somebody visiting url1.domain.com that go to lighttpd on port 80 and if somebody visiting url2.domain.com that go to apache on port 81 and something must route it before lighttpd and apache (and get/post must work), is this possible on some way?

I know that lighttpd and apache can do it but I don`t need it on that way!

View 8 Replies View Related

How To Convert .htaccess To IIS

May 5, 2009

I'm transferring my website from Linux to Windows Server 2008 and I'd like to use IIS.

The problem is I have pretty complicated .htaccess file with complicated URL rewrite rules and redirections in it.

View 6 Replies View Related

Convert From Plesk VPS To CPanel VPS

Oct 7, 2009

I mostly work with cPanel/WHM but, I have to work with Plesk for just one client of mine. He's on Plesk becoz I came to know Plesk worked better on 256MB VPS than cPanel in the early days. Hence, on my recommendation, he is on Plesk on a 512 MB Memory VPS till now for all these years.

I wonder how tedious it might be to convert from Plesk to cPanel? The client basically uses Joomala + vBulletin and runs forums as of now.

Also, which CP will perform better on 512 MB VPS - Plesk or cPanel.

View 5 Replies View Related

Convert A MSSQL To A MySQL Db

Jul 22, 2007

I am currently using phpdotnuke for a site, and have a forum linked to it supplied by activemodules.com. I would like to move to a non-cms site and something like vbulletin, so want to convert the forum db from MSSQL to MySQL - and hopefully keep all the posts and login data!

As a complete novice to that process, is there any pointers out there in terms of reading material, non-command line software etc I can use? Has anyone done this conversion, and what are the dangers?

View 7 Replies View Related

Trying To Convert .mbox Mail To Something I Can Use

Jun 21, 2007

I have 465 emails in .mbox format:

1180056800.000448.mbox_2,S

and inside:

Quote:

Return-Path: <<removed>>
From: <<removed>>
To: <email-address@gmail.com>
Subject: the subject- disregard
Date: Mon, 18 Dec 2006 15:16:05 -0500
Message-ID: <CCBC5E16-6FEC-49DB-AEF6-3B9131F688C3@verizon.net>
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Apple Mail (2.752.3)
Thread-Index: Acci4VFHa4z1GsINTFy0kBgEiy1OFA==
X-OlkEid: 3E245E20C77FC375020B624294176339C7BA73C1
Status: RO
X-Status:
X-Keywords:
X-UID: 453

Sorry - user error!
I didn't get that the screen wasn't going to say anything. Followed
directions again. WOrked just fine.

View 5 Replies View Related

Convert / Update CPanel/WHM Version

May 28, 2009

how to convert cPanel/WHM version from RELEASE to STABLE with latest version

View 4 Replies View Related

Convert Socks To HTTP Proxy

Aug 5, 2008

I am trying to figure out how to do a setup to convert socks to http.

I have an application which only supports http proxy. I am using putty to perform ssh tunneling but I guess I can only use that as a socks connection.

View 3 Replies View Related

Convert All Mysql Tables To Utf8

Jul 8, 2008

I have a vbulletin (3.7.2) board with many mods installed (nearly 70) without a problem.

However, upon installing one new mod I got a database error stating:

MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='

How do I change ALL tables in one shot (or sql query via phpmyadmin) from the two different collations to utf8?

Also, is utf8 suggested or better than latin1?

View 3 Replies View Related

Apache Rewrite ==> Lighttpd Rewrite

Jul 24, 2008

I dowload a scripts with a .htaccess file

Code:
DirectoryIndex index.php
RewriteEngine On
RewriteRule ^link/([0-9]+)[/]*$ /redirect.php?id=$1
RewriteRule ^link/([a-zA-Z0-9]+)[/]*$ /redirect.php?tag=$1

I want to convert it to lighttpd rewrite rules, urgent, also I can't contact with the scripts author,

View 0 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved