Author |
Message |
Topic: Multiple sites possible? |
derek
Replies: 3
Views: 11473
|
|
Hi, I would like to know if Abyss Web Server supports mutiple "virtual" sites as defined by dyndns.com in the link below.
https://www.dyndns.com/support/services/dyndns/faq.html#q66
Thanks,
Der ... |
Topic: LAN domain name? |
derek
Replies: 1
Views: 6996
|
|
Just got a Dlink router up and running, was running ICS before this. Before the computer was accessbible on the LAN using the format "hXXp://computer1.mshome.net". Can I configure the router to do the ... |
Topic: Routers and web hosting, multiple computers on LAN |
derek
Replies: 6
Views: 12437
|
|
ok, but can I setup computer A with abyss and computer B with abyss and have a DSL router, and go to a site (from the web, not the LAN) that say, computer A hosts and then go to a site that computer B ... |
Topic: Routers and web hosting, multiple computers on LAN |
derek
Replies: 6
Views: 12437
|
|
Hi, hope someone can help me and fast! I currently have a small LAN with DSL ICS setup, one box is XP and the other is 98. Now, I would like to host a web site from EACH computer with my web server (a ... |
Topic: will SOMEONE please help me? |
derek
Replies: 1
Views: 7685
|
|
I need to set a cookie and then redirect, but one of two problems occurs.
If I print the cookie header before I print the redirect header, it just prints the location header in plain text
-OR-
If ... |
Topic: location redirect doesnt work with abyss? |
derek
Replies: 4
Views: 12432
|
|
i am using CGI. I know how to use meta tags but this is not practical considering what I am doing. My question was concerning abyss and whether or not it supports redirect headers. |
Topic: location redirect doesnt work with abyss? |
derek
Replies: 4
Views: 12432
|
|
I am trying to print a redirect header but all it does is print it in text. does abyss not support redirects?
Thanks |
Topic: MD5 Password Encryption Question |
derek
Replies: 4
Views: 9051
|
|
This still is in error, at least with perl. I base64 encoded the value "user:password" and then md5 encoded this result, and it still does not match the abyss.conf file. ???? |
Topic: WHY isn't my freaking cookie being set?!!?!?! :-( |
derek
Replies: 0
Views: 9202
|
|
here is my code for setting a cookie...WHY is it not being set? i have done exactly what all the tutorials i find say to do...please help me someone!
CODE:
sub doCookieSet
{
$u="$FORM{'user'}";
... |
Topic: How do you write cookies? |
derek
Replies: 3
Views: 13724
|
|
no one knows how to write cookies????? |
Topic: How do you write cookies? |
derek
Replies: 3
Views: 13724
|
|
Can someone please explain to me very simply how to set cookies with perl? I keep getting a 200 Error when printing the results of my cookie, that is to say when I retrieve it, its a 200 error. Plus, ... |
Topic: login using cgi |
derek
Replies: 6
Views: 20797
|
|
thank you all for your replies. Let me add a few more details and see if anyone has some ideas in regards to this.
I want to make a basic front page which by default you are logged into as a "guest ... |
Topic: login using cgi |
derek
Replies: 6
Views: 20797
|
|
i want to login to protected dirs on abyss using a cgi/perl script without getting the popup box. in other words, i want to login from a form (not the javascript method that displays the user/pass in ... |
Topic: MD5 and password encryption |
derek
Replies: 2
Views: 5612
|
|
i want to write a script allowing users to create their own account. From what I understand, abyss uses MD5 encryption? If not, what type of encryption does it use for users passwords encryption?
T ... |
|