[users@httpd] How to configure SSL with apache2/httpd mass virtual hosting using mod_vhost_alias

2012-05-17 Thread Niklas Johansson
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

Re: [users@httpd] Authenticate/Authorize user based on group with apache and mysql

2012-01-12 Thread Niklas Johansson
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

[users@httpd] Authenticate/Authorize user based on group with apache and mysql

2012-01-12 Thread Niklas Johansson
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

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-08 Thread Niklas Johansson
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:

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Niklas Johansson
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

RE: [us...@httpd] Apache2, MySQL and mod_dbd

2010-11-05 Thread Niklas Johansson
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

RE: [us...@httpd] Error when compiling Apache: Undefined symbols: "_apr_dir_read$INODE64", referenced from:.....

2010-11-03 Thread Niklas Johansson
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

[us...@httpd] Error when compiling Apache: Undefined symbols: "_apr_dir_read$INODE64", referenced from:.....

2010-11-03 Thread Niklas Johansson
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

[us...@httpd] Apache2, MySQL and mod_dbd

2010-11-02 Thread Niklas Johansson
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