Welcome, Guest |
You have to register before you can post on our site.
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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
|
|
|
|