I have been searching quite a bit now but couldn't find any answers.
I have configured apache for mass virtual hosting. I.e.:
##httpd.conf
UseCanonicalName off
VirtualDocumentRoot /var/www/html/%0
##
I will have the same "main" domain with different subdomains pointing
to the virtual hosts. I ha
it's close to GA. But
is it for the version before refactoring?
-Niklas
Den 12 januari 2012 11:16 skrev Nick Kew :
>
> On 12 Jan 2012, at 09:44, Niklas Johansson wrote:
>
>> I am trying to get authorization to work on my apache installation. I
>> want to authorize d
I am trying to get authorization to work on my apache installation. I
want to authorize depending on what group the user belongs to.
I am using
- Apache 2.2.15
- Centos 6.2 (Running as guest in VB)
My setup is working if I only want to authenticate/authorize based on the user.
Here is the sig
I will have a look at it once it pops up.
/Niklas
Skickat från min iPhone
8 aug 2011 kl. 00:49 skrev Nick Kew :
> On Sun, 7 Aug 2011 23:44:54 +0100
> Nick Kew wrote:
>
>> Taking the low-hanging fruit, I just added that paragraph to the 2.2 docs
>> and fixed the typo.
>
> I should've added:
An article like that would be great.
I'm afraid I am using the horrible solution. Could you point me in the rigth
direction for how to use apr_dbd and php, would be most appreciated.
/Niklas
Skickat från min iPhone
7 aug 2011 kl. 19:16 skrev Nick Kew :
>
> On 7 Aug 2011, at 16:26, nik...@i
Hello,
Thank you for your answer.
What I have learned now is that lmysqlclient is named differently in OSX and
Linux. Hence, since I planned to develop on OSX but deploy on Linux, I think I
will need to abandon OSX for this projekt and use Linux. I thought that it
would be almost transparent
I solved the problem by downloading a fresh installation and executed the same
comands and, voiala, it worked. I must have destroyed som file during may
effort trying to solve the problem.
> From: nic_s...@hotmail.com
> To: users@httpd.apache.org
> Date
Hello,
I am trying to compile Apache. I did download the latest version of the
sourcecode (2.2.17). This is what I do:
> sudo ./configure --prefix=/usr/local/apache2 --with-included-apr
> --enable-mods-shared=all --enable-module=so
> sudo make
and here I get
/Users/Niklas/Development/apache
Hello,
I want to use Apache2's built in functionality to authenticate and authorize
user for accessing certain pages, mod_dbd. I want to store the users in MySQL.
How should I set up this? I have tried a lot of things and it seems to be
really hard getting it to work. As I understand, there i