GUI

2009-11-23 Thread Monty Pyth
I am running a Freebsd 6.2 server. How do I get a GUI going? Either GNOME or 
KDE. I know I have to startx and then I am a little confused. I want to be 
able to view phpmyadmin in a GUI. Thanks.


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


APACHE/PHP/MYSQL Password Hash

2009-10-29 Thread Monty Pyth
I have inherited a website to work on that users authenticate to using a login 
and password from a login page. The server is FreeBSD 6.2 running 
APACHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users. The 
table has a users name and password. The password is hashed and some examples 
are:

02SvtVJnRLzuQ
42jhVP6kxUBX6

Can anyone tell me what file I would look at to see what hash algorithm is 
being used to store the passwords in the table? Any help would be great.



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Apache

2009-02-28 Thread Monty Pyth
Does anybody know what file Apache reads to get the time zone offset for the 
httpd-access.log?

68.10.25.173 - - [10/Oct/2000:13:55:36 -0500] GET /apache_pb.gif HTTP/1.0 200 
2326 http://www.example.com/start.html; Mozilla/4.08 [en] (Win98; I ;Nav)

Where does Apache get the -0500 from?


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Apache

2009-02-28 Thread Monty Pyth
Does anyone know what file Apache checks to get the time zone offset for 
httpd-access.log? 

65.223.44.56 - frank [10/Oct/2000:13:55:36 -0500] GET /apache_pb.gif HTTP/1.0 
200 2326 http://www.example.com/start.html; Mozilla/4.08 [en] (Win98; I ;Nav)
 
Where does Apache get the -0500 from? I know many people say the system clock, 
but what file is it checking for that?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


WTMP

2009-02-24 Thread Monty Pyth
I have an offline server that is corrupted. I am rtrying to piece through the 
problem. I have several WTMP files and I am trying to read them. I am using 
last -f file name | less and am receiving output. However, I do not believe 
it is the complete output. I say this because when I look at the WTMP in a 
regular file editor I see many more IP addresses in that file versus the ouput 
of the last -f file name | less. I am also hitting page down or the down 
arrow till it says END.

Are there any other commands I can run to ensure I am getting the complete 
output?

Also, is there a text file I can review that has the configuration of the 
initial set up of the server? Thanks. 


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org