Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,208
» Latest member: slotqris
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 223 online users.
» 0 Member(s) | 220 Guest(s)
Bing, Google, Yandex

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 70
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 74,004
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 30,535
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,648
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,053
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,632
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 103,552
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,275
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,709
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,156

 
  UserDir - kept getting 403 Forbidden
Posted by: Oroshi - 2004-01-23, 02:47 PM - Forum: LAMP - Replies (2)


hello,

 

My apache works fine for /var/www/html. so i want to make UserDir, /home/*/public_html

 

userdir mod.

 



Code:
<IfModule mod_userdir.c>
   #
   # UserDir is disabled by default since it can confirm the presence
   # of a username on the system (depending on home directory
   # permissions).
   #
   UserDir "enabled *"
   UserDir "disabled root"

   #
   # To enable requests to /~user/ to serve the user's public_html
   # directory, use this directive instead of "UserDir disable":
   #
   UserDir public_html

</IfModule>




 

Directory

 



Code:
<Directory "/home/*/public_html">
       Options Indexes Includes FollowSymLinks
       
       AllowOverride None
       Allow from all
       Order deny,allow
</Directory>

<Directory "/home/*/public_html/cgi-bin">
       Options ExecCGI
       SetHandler cgi-script
</Directory>




 

public_html's chmod are: 775

 

it still Forbidden 403. is there is anything i must've missed out? or it need to change something?

 

it would be appreciate if you could help me out.

Print this item

  linux-noob.com server
Posted by: anyweb - 2004-01-23, 08:39 AM - Forum: General - Replies (5)


here it is, the photo is OUT OF DATE but you get the idea. The photo shows it running windows 2003, which was true until i installed fedora on it a year ago or so :)The server uptime is here if you are interested and the server runs on Fedora core release 1 (more details here [/url][url=<___base_url___>/index.php?showtopic=1406][/url][url=<___base_url___>/index.php?showtopic=1406]https://www.linux-noob.com/forums/index.php?showtopic=1406 )

 

the laptop is the web server and incase there is any problem with the it, the desktop is used (maintenance etc), the desktop runs windows 2003 server IIS 6 (woot) which is in a heavily locked down state(check how I did that here), and mysql 4 and php 4 also. I backup/copy the entire database from server #1 (the laptop) to server #2 (the big one) for redundancy, and i can switch them over transparently by pointing the firewall at the other ip and you guys wouldnt even notice i had done it :)

 

 

also, in the pic is the 3com 10/100 hub, i'm still wiating to get a switch, and there is the dlink di-701 hardware firewall/gateway/router/nat which has now been replaced with another desktop running smoothwall.

 

thats it !

 

cheers

 

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-51-1074847155.jpg" data-fileid="51">[img]<fileStore.core_Attachment>/post-51-1074847155.jpg[/img]</a>



Attached Files
.jpg   january_2004_125.jpg (Size: 309.32 KB / Downloads: 0)
Print this item

  Gnome & 7.2
Posted by: hatebred - 2004-01-22, 05:00 PM - Forum: Linux - Replies (3)

[Image: 2004_01_22_074701_shot.jpg]

Print this item

  XP looks + it still Gnome!
Posted by: Oroshi - 2004-01-22, 01:27 PM - Forum: Linux - Replies (4)


was bored surf on theme and download them and play with it.

 

now Linux looks like win XP's style with style XP's theme heheh

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-11-1074778074.png" data-fileid="50">[img]<fileStore.core_Attachment>/post-11-1074778074.png[/img]</a>



Attached Files
.png   linux_xp.png (Size: 914.52 KB / Downloads: 1)
Print this item

  vsftp problem
Posted by: michael_p - 2004-01-22, 11:15 AM - Forum: FTP Server - Replies (1)


when i try to connect to ftp on my windows box i keep getting time out

 

can anyone help

Print this item

  man page formatting problems
Posted by: Guest - 2004-01-22, 09:01 AM - Forum: Fedora - No Replies


Ever done something like "man perl" only to notice that quotes, hyphens, and other characters aren't displaying correctly? The problem is the LANG variable in /etc/sysconfig/i18n. Change it to "en_US" instead of "en_US.UTF-8".

 

I posted this in the RedHat forum as well, but since the distros are "split" now, I figured it best to put this potentially important piece of information in both places.

Print this item

  man page formatting problems
Posted by: Guest - 2004-01-22, 09:00 AM - Forum: Redhat - No Replies

Ever done something like "man perl" only to notice that quotes, hyphens, and other characters aren't displaying correctly? The problem is the LANG variable in /etc/sysconfig/i18n. Change it to "en_US" instead of "en_US.UTF-8"; oh, and the problem still exists in Fedora even.

Print this item

  crossover office in fedora
Posted by: anyweb - 2004-01-21, 03:43 PM - Forum: Linux - Replies (5)


check this out, crossover office is amazing,

 

even windows update worked in IE

 

haha

 

cheers

 

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-11-1074699800.png" data-fileid="48">[img]<fileStore.core_Attachment>/post-11-1074699800.png[/img]</a>



Attached Files
.png   Screenshot_8.png (Size: 159.6 KB / Downloads: 0)
Print this item

  userfriendly
Posted by: hijinks - 2004-01-21, 02:21 PM - Forum: General Chat - No Replies


I don't know if people know about this online comix strip but its one of my favorites. Its written by a geek so its all geek humor. Some of the strips are a bit stupid but most of them make me laugh

 

[/url][url=http://www.userfriendly.org]http://www.userfriendly.org

Print this item

  Which IRC client do you use most?
Posted by: Oroshi - 2004-01-20, 09:15 PM - Forum: How Do I? - Replies (11)

it just poping in my head and though might be intresting :)

Print this item