| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,244
» Latest member: dangyc
» Forum threads: 4,031
» Forum posts: 16,406
Full Statistics
|
| Online Users |
There are currently 350 online users. » 0 Member(s) | 346 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 299
|
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 673
|
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,031
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 125,250
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,399
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,407
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,230
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 47,571
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 166,541
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 98,059
|
|
|
| linux-noob.com/forums speed |
|
Posted by: anyweb - 2004-01-23, 05:41 PM - Forum: Polls
- Replies (5)
|
 |
tell me what you think, and tell me what country you are accessing the server from please and what speed line you are using to connect to it
cheers
anyweb
|
|
|
| iptables - bad rule |
|
Posted by: Guest - 2004-01-23, 04:27 PM - Forum: Network Problems
- Replies (7)
|
 |
Ok, i just set up a linux box with my old machine since I built a new one.
I set it up and its all running good with internet hooked straight to it.
I go and hook the internet back to my newer machine. hook the two computers together via cross over cat5 cable and start it up.
I get the error
iptables - bad rule - does a matching rule already exist
There are 5 lines at the top that end with "accept"
and about 6 at the bottom that say "reject"
can anyone help me with this issue. I shared my internet on my windows machine. But the linux box isnt recognizing on the network.
any suggestions will be most appriciated.
|
|
|
| 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.
|
|
|
|