Forum OpenACS Q&A: /admin/ - HTTP 404 - File not found

Collapse
Posted by Budi Wiyono on
I'm using OpenACS 324 running on mod_aolserver + apache 1.3.20

Related to opening /admin/ pages...

I'm confused, with correct configuration (before this happend,
i can open /admin/ pages correctly).

But, now when i open the /admin/ pages...
my browser said "HTTP 404 - File not found".
I can open all of pages, except of /admin/ pages.

Is this bug of mod_aolserver ?
I'm frustated with this environment (mod_aolserver+apache).

Although there is no error at debug screen, bellow.

[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'select ad_group_member_p(1, system_administrator_group_id
()) from dual;'
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  sql(localhost:5432:my-acs):  select ad_group_member_p(1,
system_administrator_group_id
()) from dual
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'select * from referer_log_glob_patterns;'
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  sql(localhost:5432:my-acs):  select * from
referer_log_glob_patterns
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'update referer_log set click_count = click_count + 1
where local_url = '/admin/'
and foreign_url = 'http://127.0.0.1/pvt/home.tcl';
and trunc(entry_date) = trunc(sysdate());'
[Fri Jun 22 18:54:43 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  sql(localhost:5432:my-acs):  update referer_log set click_count =
click_count + 1
where local_url = '/admin/'
and foreign_url = 'http://127.0.0.1/pvt/home.tcl';
and trunc(entry_date) = trunc(sysdate())

Collapse
Posted by Ben Adida on
It's becoming increasingly clear that very few people are using mod_apache, as these questions tend to go unanswered on our bboards. Any reason you can't use AOLserver directly?
Collapse
Posted by Budi Wiyono on
No, i have to try with apache. Mod_aolserver is good move.
But the problem is the documentation (far from enough).

Don't know what's the problem...
After that, i use another apache, from this apache i use exactly the same
nsd.ini and ad.ini. Then /admin/ pages works...

Problem: Unknown, solved with "another apache".