Re: [users@httpd] Seg fault when assigning value in AP_INIT_TAKE1 callback

2013-12-07 Thread Nick Kew
On 8 Dec 2013, at 04:17, Allasso Travesser wrote: > Hello, > > Learning to create modules, I want to read configuration directives. I used > the following example out of “The Apache Modules Book” (Nick Kew). It > compiles fine, however, when I restart apache, I get segmentation fault: So why

[users@httpd] Seg fault when assigning value in AP_INIT_TAKE1 callback

2013-12-07 Thread Allasso Travesser
Hello, Learning to create modules, I want to read configuration directives. I used the following example out of “The Apache Modules Book” (Nick Kew). It compiles fine, however, when I restart apache, I get segmentation fault: sudo service apache2 restart Segmentation fault (core dumped) Action

Re: [users@httpd] Re: Error 404 Not Found

2013-12-07 Thread Robert
Hi Good Guy, When I loaded test.php into the browser with localhost/test.php it only echoed the contents of test.php back. If I do the same thing with any .php file I have in htdocs the result is the same - echoes back the content of the file. If I type localhost/test I get the 404 error mes

[users@httpd] Re: Error 404 Not Found

2013-12-07 Thread Good Guy
On 07/12/2013 23:26, Robert wrote: Did not resolve the issue. Thanks for trying... Robert Does your server recognize any of the .php files? To test it, create a blank file and paste this code in it: Now save this file in your htdocs folder as "test.php" (without the quotes of course).

Re: [users@httpd] Re: Error 404 Not Found

2013-12-07 Thread Robert
Did not resolve the issue. Thanks for trying... Robert - Original Message - From: "Good Guy" To: Sent: Saturday, December 07, 2013 3:42 PM Subject: [users@httpd] Re: Error 404 Not Found On 07/12/2013 00:44, Robert wrote: Apache 2.2 installed and running on my own Windows Vista 64

[users@httpd] Re: Error 404 Not Found

2013-12-07 Thread Good Guy
On 07/12/2013 00:44, Robert wrote: Apache 2.2 installed and running on my own Windows Vista 64bit SP2 computer. File events_startup.html initiates my website home page and it contains the following code: /a> File cycle-login is cycle-login.php and if working properly displays a logi