Questions tagged [indexes]

38 questions
0
votes
2 answers

Apache Options -Indexes give me 404 instead of 403, why?

I have an Apache/2.2.21 (Debian) webserver, which I disabled directory listing with Options -Indexes but now I got 404 error for a directory, but I think I should get a 403. I have no idea why I get 404, rather than 403. What should I check? I have…
netmano
  • 269
  • 2
  • 12
0
votes
1 answer

Apache (with Nginx) redirects on directory listing

I have setup Nginx as a reverse proxy in front of Apache. Everything seems to be working fine, although: When i try to access an index-file (say index.php) but without specifying the file itself, and leaving out the trailing slash of the folder,…
sqren
  • 249
  • 1
  • 13
0
votes
1 answer

Why did my newly added index show up as a 'statistic'?

We are attempting to tune our SQL Server 2005 database as we frankly have no indexing on our tables and our CPU usage is starting to max out at 100%. We have ran SQL Server profiler for a 3 hour period which covers the time we recieve the most usage…
Neil Trodden
  • 262
  • 5
  • 14
0
votes
1 answer

Creating indexes on tables filled from transactional replication - SQL 2005

I've got two SQL 2005 servers, one OLTP [let's call it SQLA] and one used for reporting [SQLB] to reduce load on SQLA when people run crazy queries. Our main database is replicated from SQLA to SQLB with transactional replication. The nature of the…
0
votes
2 answers

How to list all indexes/constraints/FKs in a MySQL Database from commandline

Is it possible, from the MySQL command line, to list in a single query all the indexes/constraints/FKs etc that are in the database in question? Thanks in advance Rich
Rich
  • 1,343
  • 7
  • 28
  • 39
0
votes
1 answer

Why is htdocs not displaying directories when a virtual host has an error?

I just set up Apache v2.4, PHP and MySQL on new windows machine. I've made only a few changes to httpd.conf. I'm including httpd-vhosts.conf, which has 2 custom sites defined (I removed the default dummy sites from it), both of which are WordPress…
EpF
  • 11
  • 2
-2
votes
1 answer

suppress viewing indexes - apache

Does this syntax prevent indexes to be visable in var/www? Options FollowSymLinks AllowOverride All Order allow,deny Allow from all or do is "Options -Indexes" required in httpd.conf or .htaccess?
-5
votes
2 answers

How do I create a static website on aws s3 specifying an index document with spaces in the name

for example suppose I have a file "test index.html" and I want to set this as the index document for static website hosting, how do I do this? I've tried test index.html, "test index.html", test+index.html, test%2Bindex.html e
1 2
3