LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-07-2009, 03:47 AM   #1
Gregbird101
LQ Newbie
 
Registered: Aug 2009
Posts: 2

Rep: Reputation: 0
Unhappy Cannot see http://localhost/dialup Problems with freeRadius Dialup


Whenever i try to access http://localhost/dialup I get this:

[an error occurred while processing this directive] You don't have permission to access the requested object. It is either read-protected or not readable by the server. [an error occurred while processing this directive]

I have installed Php and can access http://localhost/phpPgadmin fine.

I installed Dialup admin with this guide.

http://wiki.freeradius.org/Dialup_ad...tion_Interface

I followed everything to a tee and it won't show up in konqueror brower.

I tried looking at all the permissions for the folders and they were all fine.

The dialup folder is a link to another dialup file and i think this is what is causing the problem.

I used:

ln -s /usr/local/dialup_admin/htdocs /srv/www/htdocs/dialup

which created the link, but any file within that linked folder cannot be seen.

How do i get it so that i can see things inside the linked folder?

Thanks
 
Old 08-07-2009, 10:17 PM   #2
mcolangelo
LQ Newbie
 
Registered: Jun 2009
Location: USA, WI
Distribution: Gentoo
Posts: 25

Rep: Reputation: 17
Sounds like your web server is having problems following the symbolic link that you created. Are you using Apache?

Try adding the following directive to your host configuration to allow following symbolic links.

Options Indexes FollowSymLinks

Might look something like this depending on your configuration
Code:
DocumentRoot "/var/www/sites/hostname.dom/www/"

<Directory "/var/www/sites/hostname.dom/www/">
        Options Indexes FollowSymLinks

        # AllowOverride controls what directives may be placed in .htaccess files.
        # It can be "All", "None", or any combination of the keywords:
        #   Options FileInfo AuthConfig Limit
        AllowOverride All

        # Controls who can get stuff from this server.
        Order allow,deny
        Allow from all
</Directory>
 
Old 08-10-2009, 03:36 AM   #3
Gregbird101
LQ Newbie
 
Registered: Aug 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Yea I finally got it working...

It was all about the link.

<IfModule mod_mime.c>

AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .html
AddType application/x-httpd-php-source .phps
</IfModule>

DocumentRoot /usr/local/dialup_admin/htdocs
<Directory "/usr/local/dialup_admin/htdocs">
options Indexes Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Directory "/usr/local/dialup_admin/htdocs">
options +FollowSymLinks
</Directory>

I used this piece of code.



Now i have the problem where the dialup admin won't connect to the sql database!

Any help would be great! Cheersss

Last edited by Gregbird101; 08-10-2009 at 03:38 AM.
 
Old 08-10-2009, 09:18 AM   #4
mcolangelo
LQ Newbie
 
Registered: Jun 2009
Location: USA, WI
Distribution: Gentoo
Posts: 25

Rep: Reputation: 17
Are you getting any error messages?
 
  


Reply

Tags
folders, freeradius, linking, suse



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dialup Internet Problems Google Guru Puppy 4 11-15-2006 07:08 AM
dialup problems photomaster Ubuntu 2 06-28-2006 11:21 PM
linux dialup faster and more stable than windows dialup -why? whitshade Linux - Networking 4 06-19-2004 03:52 PM
Route dialup modem packets back through dialup instead of default route cable modem jogress Linux - Networking 1 10-21-2003 03:48 PM
Dialup Problems. evslin Linux - Networking 5 06-15-2003 06:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration